Html Css Color HEX #B92ADE Dark Orchid

📋 copy color: '#B92ADE'

red 185 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B92ADE

Tints of Dark Orchid #B92ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

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

R = 41.2%
G = 9.35%
B = 49.44%

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

#B92ADE (or 0xB92ADE) is known color: Dark Orchid. HEX triplet: B9, 2A and DE. RGB value is (185,42,222). Sum of RGB (Red+Green+Blue) = 185+42+222=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #B92ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ADE is #46D521. Grayscale: #686868. Windows color (decimal): -4642082 or 14559929. OLE color: 14559929.

HSL color Cylindrical-coordinate representation of color #B92ADE: hue angle of 287.67º 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 #B92ADE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 42 222 -
CMYK 0.17 0.81 0 0.13
HSL 287.67º 0.73% 0.52% -
HSV(B) 287.67º 0.81% 0.87% -
XYZ 34.02 17.24 70.64 -
YUV 105.28 193.88 184.86 -
System Red Green Blue C M Y K H S L
Decimal 185 42 222 0.17 0.81 0 0.13 287.67 0.73 0.52
Hex B9 2A DE 11 51 0 D 120 49 34
Octal 271 52 336 21 121 0 15 440 111 64
Binary 10111001 101010 11011110 10001 1010001 0 1101 100100000 1001001 110100

Color Harmonies of #B92ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ADE

Black with #B92ADE

Text Example


Text Example

White with #B92ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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