Html Css Color HEX #B92BDE Dark Orchid

📋 copy color: '#B92BDE'

red 185 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #B92BDE

Tints of Dark Orchid #B92BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.56%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 41.11%
G = 9.56%
B = 49.33%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B92BDE (or 0xB92BDE) is known color: Dark Orchid. HEX triplet: B9, 2B and DE. RGB value is (185,43,222). Sum of RGB (Red+Green+Blue) = 185+43+222=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #B92BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BDE is #46D421. Grayscale: #696969. Windows color (decimal): -4641826 or 14560185. OLE color: 14560185.

HSL color Cylindrical-coordinate representation of color #B92BDE: hue angle of 287.6º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92BDE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 43 222 -
CMYK 0.17 0.81 0 0.13
HSL 287.6º 0.73% 0.52% -
HSV(B) 287.6º 0.81% 0.87% -
XYZ 34.06 17.32 70.65 -
YUV 105.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 185 43 222 0.17 0.81 0 0.13 287.6 0.73 0.52
Hex B9 2B DE 11 51 0 D 120 49 34
Octal 271 53 336 21 121 0 15 440 111 64
Binary 10111001 101011 11011110 10001 1010001 0 1101 100100000 1001001 110100

Color Harmonies of #B92BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BDE

Black with #B92BDE

Text Example


Text Example

White with #B92BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BDE; }

 p { color: rgb(185,43,222); }

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

background-color css

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

 a { background-color: rgb(185,43,222); }

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

border-color css

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

 span { border-color: rgb(185,43,222); }

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