Html Css Color HEX #B31DCF Dark Orchid

📋 copy color: '#B31DCF'

red 179 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #B31DCF

Tints of Dark Orchid #B31DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

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

R = 43.13%
G = 6.99%
B = 49.88%

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

#B31DCF (or 0xB31DCF) is known color: Dark Orchid. HEX triplet: B3, 1D and CF. RGB value is (179,29,207). Sum of RGB (Red+Green+Blue) = 179+29+207=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DCF is #4CE230. Grayscale: #5D5D5D. Windows color (decimal): -5038641 or 13573555. OLE color: 13573555.

HSL color Cylindrical-coordinate representation of color #B31DCF: hue angle of 290.56º 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 #B31DCF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 29 207 -
CMYK 0.14 0.86 0 0.19
HSL 290.56º 0.75% 0.46% -
HSV(B) 290.56º 0.86% 0.81% -
XYZ 30.29 14.97 60.32 -
YUV 94.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 179 29 207 0.14 0.86 0 0.19 290.56 0.75 0.46
Hex B3 1D CF E 56 0 13 123 4B 2E
Octal 263 35 317 16 126 0 23 443 113 56
Binary 10110011 11101 11001111 1110 1010110 0 10011 100100011 1001011 101110

Color Harmonies of #B31DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DCF

Black with #B31DCF

Text Example


Text Example

White with #B31DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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