Html Css Color HEX #B31ECF Dark Orchid

📋 copy color: '#B31ECF'

red 179 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #B31ECF

Tints of Dark Orchid #B31ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.21%

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

R = 43.03%
G = 7.21%
B = 49.76%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B31ECF (or 0xB31ECF) is known color: Dark Orchid. HEX triplet: B3, 1E and CF. RGB value is (179,30,207). Sum of RGB (Red+Green+Blue) = 179+30+207=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ECF is #4CE130. Grayscale: #5E5E5E. Windows color (decimal): -5038385 or 13573811. OLE color: 13573811.

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

Color convert

RGB 179 30 207 -
CMYK 0.14 0.86 0 0.19
HSL 290.51º 0.75% 0.46% -
HSV(B) 290.51º 0.86% 0.81% -
XYZ 30.32 15.02 60.33 -
YUV 94.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 179 30 207 0.14 0.86 0 0.19 290.51 0.75 0.46
Hex B3 1E CF E 56 0 13 123 4B 2E
Octal 263 36 317 16 126 0 23 443 113 56
Binary 10110011 11110 11001111 1110 1010110 0 10011 100100011 1001011 101110

Color Harmonies of #B31ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ECF

Black with #B31ECF

Text Example


Text Example

White with #B31ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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