Html Css Color HEX #B923CE Dark Orchid

📋 copy color: '#B923CE'

red 185 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #B923CE

Tints of Dark Orchid #B923CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 43.43%
G = 8.22%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B923CE (or 0xB923CE) is known color: Dark Orchid. HEX triplet: B9, 23 and CE. RGB value is (185,35,206). Sum of RGB (Red+Green+Blue) = 185+35+206=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #B923CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923CE is #46DC31. Grayscale: #626262. Windows color (decimal): -4643890 or 13509561. OLE color: 13509561.

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

Color convert

RGB 185 35 206 -
CMYK 0.10 0.83 0 0.19
HSL 292.63º 0.71% 0.47% -
HSV(B) 292.63º 0.83% 0.81% -
XYZ 31.75 15.97 59.8 -
YUV 99.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 185 35 206 0.10 0.83 0 0.19 292.63 0.71 0.47
Hex B9 23 CE A 53 0 13 125 47 2F
Octal 271 43 316 12 123 0 23 445 107 57
Binary 10111001 100011 11001110 1010 1010011 0 10011 100100101 1000111 101111

Color Harmonies of #B923CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B923CE

Black with #B923CE

Text Example


Text Example

White with #B923CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B923CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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