Html Css Color HEX #B922CE Dark Orchid

📋 copy color: '#B922CE'

red 185 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B922CE

Tints of Dark Orchid #B922CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8%

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

R = 43.53%
G = 8%
B = 48.47%

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

#B922CE (or 0xB922CE) is known color: Dark Orchid. HEX triplet: B9, 22 and CE. RGB value is (185,34,206). Sum of RGB (Red+Green+Blue) = 185+34+206=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #B922CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922CE is #46DD31. Grayscale: #626262. Windows color (decimal): -4644146 or 13509305. OLE color: 13509305.

HSL color Cylindrical-coordinate representation of color #B922CE: hue angle of 292.67º degrees, saturation: 0.72, 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 #B922CE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 34 206 -
CMYK 0.10 0.83 0 0.19
HSL 292.67º 0.72% 0.47% -
HSV(B) 292.67º 0.83% 0.81% -
XYZ 31.72 15.91 59.79 -
YUV 98.76 188.53 189.51 -
System Red Green Blue C M Y K H S L
Decimal 185 34 206 0.10 0.83 0 0.19 292.67 0.72 0.47
Hex B9 22 CE A 53 0 13 125 48 2F
Octal 271 42 316 12 123 0 23 445 110 57
Binary 10111001 100010 11001110 1010 1010011 0 10011 100100101 1001000 101111

Color Harmonies of #B922CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B922CE

Black with #B922CE

Text Example


Text Example

White with #B922CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B922CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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