Html Css Color HEX #B831CB Dark Orchid

📋 copy color: '#B831CB'

red 184 ◦ green 49 ◦ blue 203

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

Shades of Dark Orchid #B831CB

Tints of Dark Orchid #B831CB

RGB

 RED value IS 184 (72.27% from 255) = 42.2%

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 42.2%
G = 11.24%
B = 46.56%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B831CB (or 0xB831CB) is known color: Dark Orchid. HEX triplet: B8, 31 and CB. RGB value is (184,49,203). Sum of RGB (Red+Green+Blue) = 184+49+203=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #B831CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B831CB is #47CE34. Grayscale: #6A6A6A. Windows color (decimal): -4705845 or 13316536. OLE color: 13316536.

HSL color Cylindrical-coordinate representation of color #B831CB: hue angle of 292.6º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B831CB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 49 203 -
CMYK 0.09 0.76 0 0.20
HSL 292.6º 0.61% 0.49% -
HSV(B) 292.6º 0.76% 0.8% -
XYZ 31.64 16.7 58.06 -
YUV 106.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 184 49 203 0.09 0.76 0 0.20 292.6 0.61 0.49
Hex B8 31 CB 9 4C 0 14 125 3D 31
Octal 270 61 313 11 114 0 24 445 75 61
Binary 10111000 110001 11001011 1001 1001100 0 10100 100100101 111101 110001

Color Harmonies of #B831CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B831CB

Black with #B831CB

Text Example


Text Example

White with #B831CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B831CB; }

 p { color: rgb(184,49,203); }

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

background-color css

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

 a { background-color: rgb(184,49,203); }

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

border-color css

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

 span { border-color: rgb(184,49,203); }

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