Html Css Color HEX #B823CB Dark Orchid

📋 copy color: '#B823CB'

red 184 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #B823CB

Tints of Dark Orchid #B823CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

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

R = 43.6%
G = 8.29%
B = 48.1%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B823CB (or 0xB823CB) is known color: Dark Orchid. HEX triplet: B8, 23 and CB. RGB value is (184,35,203). Sum of RGB (Red+Green+Blue) = 184+35+203=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #B823CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B823CB is #47DC34. Grayscale: #626262. Windows color (decimal): -4709429 or 13312952. OLE color: 13312952.

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

Color convert

RGB 184 35 203 -
CMYK 0.09 0.83 0 0.20
HSL 293.21º 0.71% 0.47% -
HSV(B) 293.21º 0.83% 0.8% -
XYZ 31.15 15.7 57.89 -
YUV 98.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 184 35 203 0.09 0.83 0 0.20 293.21 0.71 0.47
Hex B8 23 CB 9 53 0 14 125 47 2F
Octal 270 43 313 11 123 0 24 445 107 57
Binary 10111000 100011 11001011 1001 1010011 0 10100 100100101 1000111 101111

Color Harmonies of #B823CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B823CB

Black with #B823CB

Text Example


Text Example

White with #B823CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B823CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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