Html Css Color HEX #B82AC0 Dark Orchid

📋 copy color: '#B82AC0'

red 184 ◦ green 42 ◦ blue 192

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

Shades of Dark Orchid #B82AC0

Tints of Dark Orchid #B82AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 44.02%
G = 10.05%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B82AC0 (or 0xB82AC0) is known color: Dark Orchid. HEX triplet: B8, 2A and C0. RGB value is (184,42,192). Sum of RGB (Red+Green+Blue) = 184+42+192=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #B82AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82AC0 is #47D53F. Grayscale: #656565. Windows color (decimal): -4707648 or 12593848. OLE color: 12593848.

HSL color Cylindrical-coordinate representation of color #B82AC0: hue angle of 296.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82AC0 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 42 192 -
CMYK 0.04 0.78 0 0.25
HSL 296.8º 0.64% 0.46% -
HSV(B) 296.8º 0.78% 0.75% -
XYZ 30.11 15.65 51.3 -
YUV 101.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 184 42 192 0.04 0.78 0 0.25 296.8 0.64 0.46
Hex B8 2A C0 4 4E 0 19 129 40 2E
Octal 270 52 300 4 116 0 31 451 100 56
Binary 10111000 101010 11000000 100 1001110 0 11001 100101001 1000000 101110

Color Harmonies of #B82AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AC0

Black with #B82AC0

Text Example


Text Example

White with #B82AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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