Html Css Color HEX #B331CF Dark Orchid

📋 copy color: '#B331CF'

red 179 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #B331CF

Tints of Dark Orchid #B331CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.26%

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

R = 41.15%
G = 11.26%
B = 47.59%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B331CF (or 0xB331CF) is known color: Dark Orchid. HEX triplet: B3, 31 and CF. RGB value is (179,49,207). Sum of RGB (Red+Green+Blue) = 179+49+207=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B331CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331CF is #4CCE30. Grayscale: #696969. Windows color (decimal): -5033521 or 13578675. OLE color: 13578675.

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

Color convert

RGB 179 49 207 -
CMYK 0.14 0.76 0 0.19
HSL 289.37º 0.62% 0.5% -
HSV(B) 289.37º 0.76% 0.81% -
XYZ 30.95 16.29 60.54 -
YUV 105.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 179 49 207 0.14 0.76 0 0.19 289.37 0.62 0.5
Hex B3 31 CF E 4C 0 13 121 3E 32
Octal 263 61 317 16 114 0 23 441 76 62
Binary 10110011 110001 11001111 1110 1001100 0 10011 100100001 111110 110010

Color Harmonies of #B331CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331CF

Black with #B331CF

Text Example


Text Example

White with #B331CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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