Html Css Color HEX #B31BCF Dark Orchid

📋 copy color: '#B31BCF'

red 179 ◦ green 27 ◦ blue 207

#B31BCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B31BCF

Tints of Dark Orchid #B31BCF

RGB

 RED value IS 179 (70.31% from 255) = 43.34%

 GREEN value IS 27 (10.94% from 255) = 6.54%

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 43.34%
G = 6.54%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B31BCF (or 0xB31BCF) is known color: Dark Orchid. HEX triplet: B3, 1B and CF. RGB value is (179,27,207). Sum of RGB (Red+Green+Blue) = 179+27+207=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BCF is #4CE430. Grayscale: #5C5C5C. Windows color (decimal): -5039153 or 13573043. OLE color: 13573043.

HSL color Cylindrical-coordinate representation of color #B31BCF: hue angle of 290.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31BCF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 27 207 -
CMYK 0.14 0.87 0 0.19
HSL 290.67º 0.77% 0.46% -
HSV(B) 290.67º 0.87% 0.81% -
XYZ 30.24 14.87 60.31 -
YUV 92.97 192.36 189.36 -
System Red Green Blue C M Y K H S L
Decimal 179 27 207 0.14 0.87 0 0.19 290.67 0.77 0.46
Hex B3 1B CF E 57 0 13 123 4D 2E
Octal 263 33 317 16 127 0 23 443 115 56
Binary 10110011 11011 11001111 1110 1010111 0 10011 100100011 1001101 101110

Color Harmonies of #B31BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BCF

Black with #B31BCF

Text Example


Text Example

White with #B31BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BCF; }

 p { color: rgb(179,27,207); }

 H1.HeaderClassName
 {
   color: #B31BCF;
 }
 .AnyTagClassName
 {
   color: #B31BCF;
 }
</style>

background-color css

<style>
 a { background-color: #B31BCF; }

 a { background-color: rgb(179,27,207); }

 div.DivClassName
 {
   background-color: #B31BCF;
 }
 .BgClassName
 {
   background-color: #B31BCF;
 }
</style>

border-color css

<style>
 span { border-color: #B31BCF; }

 span { border-color: rgb(179,27,207); }

 td.TdClassName
 {
   border-color: #B31BCF;
 }
 .TagClassName
 {
   border-color: #B31BCF;
 }
</style>