Html Css Color HEX #B82DCD Dark Orchid

📋 copy color: '#B82DCD'

red 184 ◦ green 45 ◦ blue 205

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

Shades of Dark Orchid #B82DCD

Tints of Dark Orchid #B82DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 42.4%
G = 10.37%
B = 47.24%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B82DCD (or 0xB82DCD) is known color: Dark Orchid. HEX triplet: B8, 2D and CD. RGB value is (184,45,205). Sum of RGB (Red+Green+Blue) = 184+45+205=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B82DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DCD is #47D232. Grayscale: #686868. Windows color (decimal): -4706867 or 13446584. OLE color: 13446584.

HSL color Cylindrical-coordinate representation of color #B82DCD: hue angle of 292.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82DCD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 45 205 -
CMYK 0.10 0.78 0 0.20
HSL 292.13º 0.64% 0.49% -
HSV(B) 292.13º 0.78% 0.8% -
XYZ 31.72 16.47 59.27 -
YUV 104.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 184 45 205 0.10 0.78 0 0.20 292.13 0.64 0.49
Hex B8 2D CD A 4E 0 14 124 40 31
Octal 270 55 315 12 116 0 24 444 100 61
Binary 10111000 101101 11001101 1010 1001110 0 10100 100100100 1000000 110001

Color Harmonies of #B82DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DCD

Black with #B82DCD

Text Example


Text Example

White with #B82DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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