Html Css Color HEX #B92ADD Dark Orchid

📋 copy color: '#B92ADD'

red 185 ◦ green 42 ◦ blue 221

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

Shades of Dark Orchid #B92ADD

Tints of Dark Orchid #B92ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 41.29%
G = 9.38%
B = 49.33%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B92ADD (or 0xB92ADD) is known color: Dark Orchid. HEX triplet: B9, 2A and DD. RGB value is (185,42,221). Sum of RGB (Red+Green+Blue) = 185+42+221=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B92ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ADD is #46D522. Grayscale: #686868. Windows color (decimal): -4642083 or 14494393. OLE color: 14494393.

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

Color convert

RGB 185 42 221 -
CMYK 0.16 0.81 0 0.13
HSL 287.93º 0.72% 0.52% -
HSV(B) 287.93º 0.81% 0.87% -
XYZ 33.89 17.19 69.94 -
YUV 105.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 185 42 221 0.16 0.81 0 0.13 287.93 0.72 0.52
Hex B9 2A DD 10 51 0 D 120 48 34
Octal 271 52 335 20 121 0 15 440 110 64
Binary 10111001 101010 11011101 10000 1010001 0 1101 100100000 1001000 110100

Color Harmonies of #B92ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ADD

Black with #B92ADD

Text Example


Text Example

White with #B92ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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