Html Css Color HEX #B92ADC Dark Orchid

📋 copy color: '#B92ADC'

red 185 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #B92ADC

Tints of Dark Orchid #B92ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 41.39%
G = 9.4%
B = 49.22%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B92ADC (or 0xB92ADC) is known color: Dark Orchid. HEX triplet: B9, 2A and DC. RGB value is (185,42,220). Sum of RGB (Red+Green+Blue) = 185+42+220=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B92ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ADC is #46D523. Grayscale: #686868. Windows color (decimal): -4642084 or 14428857. OLE color: 14428857.

HSL color Cylindrical-coordinate representation of color #B92ADC: hue angle of 288.2º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92ADC is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 42 220 -
CMYK 0.16 0.81 0 0.14
HSL 288.2º 0.72% 0.51% -
HSV(B) 288.2º 0.81% 0.86% -
XYZ 33.75 17.14 69.24 -
YUV 105.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 185 42 220 0.16 0.81 0 0.14 288.2 0.72 0.51
Hex B9 2A DC 10 51 0 E 120 48 33
Octal 271 52 334 20 121 0 16 440 110 63
Binary 10111001 101010 11011100 10000 1010001 0 1110 100100000 1001000 110011

Color Harmonies of #B92ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ADC

Black with #B92ADC

Text Example


Text Example

White with #B92ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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