Html Css Color HEX #B82ACC Dark Orchid

📋 copy color: '#B82ACC'

red 184 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #B82ACC

Tints of Dark Orchid #B82ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 42.79%
G = 9.77%
B = 47.44%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B82ACC (or 0xB82ACC) is known color: Dark Orchid. HEX triplet: B8, 2A and CC. RGB value is (184,42,204). Sum of RGB (Red+Green+Blue) = 184+42+204=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #B82ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ACC is #47D533. Grayscale: #666666. Windows color (decimal): -4707636 or 13380280. OLE color: 13380280.

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

Color convert

RGB 184 42 204 -
CMYK 0.10 0.79 0 0.2
HSL 292.59º 0.66% 0.48% -
HSV(B) 292.59º 0.79% 0.8% -
XYZ 31.49 16.21 58.59 -
YUV 102.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 184 42 204 0.10 0.79 0 0.2 292.59 0.66 0.48
Hex B8 2A CC A 4F 0 14 125 42 30
Octal 270 52 314 12 117 0 24 445 102 60
Binary 10111000 101010 11001100 1010 1001111 0 10100 100100101 1000010 110000

Color Harmonies of #B82ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ACC

Black with #B82ACC

Text Example


Text Example

White with #B82ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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