Html Css Color HEX #B923CB Dark Orchid

📋 copy color: '#B923CB'

red 185 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #B923CB

Tints of Dark Orchid #B923CB

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

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

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

R = 43.74%
G = 8.27%
B = 47.99%

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

#B923CB (or 0xB923CB) is known color: Dark Orchid. HEX triplet: B9, 23 and CB. RGB value is (185,35,203). Sum of RGB (Red+Green+Blue) = 185+35+203=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B923CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923CB is #46DC34. Grayscale: #626262. Windows color (decimal): -4643893 or 13312953. OLE color: 13312953.

HSL color Cylindrical-coordinate representation of color #B923CB: hue angle of 293.57º 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 #B923CB is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 35 203 -
CMYK 0.09 0.83 0 0.20
HSL 293.57º 0.71% 0.47% -
HSV(B) 293.57º 0.83% 0.8% -
XYZ 31.39 15.83 57.9 -
YUV 99 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 185 35 203 0.09 0.83 0 0.20 293.57 0.71 0.47
Hex B9 23 CB 9 53 0 14 126 47 2F
Octal 271 43 313 11 123 0 24 446 107 57
Binary 10111001 100011 11001011 1001 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #B923CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923CB

Black with #B923CB

Text Example


Text Example

White with #B923CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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