Html Css Color HEX #B82AD8 Dark Orchid

📋 copy color: '#B82AD8'

red 184 ◦ green 42 ◦ blue 216

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

Shades of Dark Orchid #B82AD8

Tints of Dark Orchid #B82AD8

RGB

 RED value IS 184 (72.27% from 255) = 41.63%

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

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 41.63%
G = 9.5%
B = 48.87%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B82AD8 (or 0xB82AD8) is known color: Dark Orchid. HEX triplet: B8, 2A and D8. RGB value is (184,42,216). Sum of RGB (Red+Green+Blue) = 184+42+216=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #B82AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AD8 is #47D527. Grayscale: #676767. Windows color (decimal): -4707624 or 14166712. OLE color: 14166712.

HSL color Cylindrical-coordinate representation of color #B82AD8: hue angle of 288.97º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82AD8 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 42 216 -
CMYK 0.15 0.81 0 0.15
HSL 288.97º 0.69% 0.51% -
HSV(B) 288.97º 0.81% 0.85% -
XYZ 32.99 16.8 66.47 -
YUV 104.29 191.04 184.85 -
System Red Green Blue C M Y K H S L
Decimal 184 42 216 0.15 0.81 0 0.15 288.97 0.69 0.51
Hex B8 2A D8 F 51 0 F 121 45 33
Octal 270 52 330 17 121 0 17 441 105 63
Binary 10111000 101010 11011000 1111 1010001 0 1111 100100001 1000101 110011

Color Harmonies of #B82AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AD8

Black with #B82AD8

Text Example


Text Example

White with #B82AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AD8; }

 p { color: rgb(184,42,216); }

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

background-color css

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

 a { background-color: rgb(184,42,216); }

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

border-color css

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

 span { border-color: rgb(184,42,216); }

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