Html Css Color HEX #B82ABF Dark Orchid

📋 copy color: '#B82ABF'

red 184 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #B82ABF

Tints of Dark Orchid #B82ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 44.12%
G = 10.07%
B = 45.8%

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

#B82ABF (or 0xB82ABF) is known color: Dark Orchid. HEX triplet: B8, 2A and BF. RGB value is (184,42,191). Sum of RGB (Red+Green+Blue) = 184+42+191=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B82ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ABF is #47D540. Grayscale: #646464. Windows color (decimal): -4707649 or 12528312. OLE color: 12528312.

HSL color Cylindrical-coordinate representation of color #B82ABF: hue angle of 297.18º 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 #B82ABF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 42 191 -
CMYK 0.04 0.78 0 0.25
HSL 297.18º 0.64% 0.46% -
HSV(B) 297.18º 0.78% 0.75% -
XYZ 30 15.61 50.72 -
YUV 101.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 184 42 191 0.04 0.78 0 0.25 297.18 0.64 0.46
Hex B8 2A BF 4 4E 0 19 129 40 2E
Octal 270 52 277 4 116 0 31 451 100 56
Binary 10111000 101010 10111111 100 1001110 0 11001 100101001 1000000 101110

Color Harmonies of #B82ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ABF

Black with #B82ABF

Text Example


Text Example

White with #B82ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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