Html Css Color HEX #B82ACD Dark Orchid

📋 copy color: '#B82ACD'

red 184 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #B82ACD

Tints of Dark Orchid #B82ACD

RGB

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

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

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

R = 42.69%
G = 9.74%
B = 47.56%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B82ACD (or 0xB82ACD) is known color: Dark Orchid. HEX triplet: B8, 2A and CD. RGB value is (184,42,205). Sum of RGB (Red+Green+Blue) = 184+42+205=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #B82ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ACD is #47D532. Grayscale: #666666. Windows color (decimal): -4707635 or 13445816. OLE color: 13445816.

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

Color convert

RGB 184 42 205 -
CMYK 0.10 0.80 0 0.20
HSL 292.27º 0.66% 0.48% -
HSV(B) 292.27º 0.8% 0.8% -
XYZ 31.61 16.25 59.23 -
YUV 103.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 184 42 205 0.10 0.80 0 0.20 292.27 0.66 0.48
Hex B8 2A CD A 50 0 14 124 42 30
Octal 270 52 315 12 120 0 24 444 102 60
Binary 10111000 101010 11001101 1010 1010000 0 10100 100100100 1000010 110000

Color Harmonies of #B82ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ACD

Black with #B82ACD

Text Example


Text Example

White with #B82ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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