Html Css Color HEX #B82DD9 Dark Orchid

📋 copy color: '#B82DD9'

red 184 ◦ green 45 ◦ blue 217

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

Shades of Dark Orchid #B82DD9

Tints of Dark Orchid #B82DD9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.09%

 BLUE value IS 217 (85.16% from 255) = 48.65%

R = 41.26%
G = 10.09%
B = 48.65%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B82DD9 (or 0xB82DD9) is known color: Dark Orchid. HEX triplet: B8, 2D and D9. RGB value is (184,45,217). Sum of RGB (Red+Green+Blue) = 184+45+217=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #B82DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DD9 is #47D226. Grayscale: #696969. Windows color (decimal): -4706855 or 14233016. OLE color: 14233016.

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

Color convert

RGB 184 45 217 -
CMYK 0.15 0.79 0 0.15
HSL 288.49º 0.69% 0.51% -
HSV(B) 288.49º 0.79% 0.85% -
XYZ 33.23 17.08 67.19 -
YUV 106.17 190.55 183.51 -
System Red Green Blue C M Y K H S L
Decimal 184 45 217 0.15 0.79 0 0.15 288.49 0.69 0.51
Hex B8 2D D9 F 4F 0 F 120 45 33
Octal 270 55 331 17 117 0 17 440 105 63
Binary 10111000 101101 11011001 1111 1001111 0 1111 100100000 1000101 110011

Color Harmonies of #B82DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DD9

Black with #B82DD9

Text Example


Text Example

White with #B82DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DD9; }

 p { color: rgb(184,45,217); }

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

background-color css

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

 a { background-color: rgb(184,45,217); }

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

border-color css

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

 span { border-color: rgb(184,45,217); }

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