Html Css Color HEX #B82ADA Dark Orchid

📋 copy color: '#B82ADA'

red 184 ◦ green 42 ◦ blue 218

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

Shades of Dark Orchid #B82ADA

Tints of Dark Orchid #B82ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 41.44%
G = 9.46%
B = 49.1%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B82ADA (or 0xB82ADA) is known color: Dark Orchid. HEX triplet: B8, 2A and DA. RGB value is (184,42,218). Sum of RGB (Red+Green+Blue) = 184+42+218=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B82ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ADA is #47D525. Grayscale: #676767. Windows color (decimal): -4707622 or 14297784. OLE color: 14297784.

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

Color convert

RGB 184 42 218 -
CMYK 0.16 0.81 0 0.15
HSL 288.41º 0.7% 0.51% -
HSV(B) 288.41º 0.81% 0.85% -
XYZ 33.25 16.91 67.84 -
YUV 104.52 192.04 184.69 -
System Red Green Blue C M Y K H S L
Decimal 184 42 218 0.16 0.81 0 0.15 288.41 0.7 0.51
Hex B8 2A DA 10 51 0 F 120 46 33
Octal 270 52 332 20 121 0 17 440 106 63
Binary 10111000 101010 11011010 10000 1010001 0 1111 100100000 1000110 110011

Color Harmonies of #B82ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ADA

Black with #B82ADA

Text Example


Text Example

White with #B82ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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