Html Css Color HEX #B82ADF Dark Orchid

📋 copy color: '#B82ADF'

red 184 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #B82ADF

Tints of Dark Orchid #B82ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.67%

R = 40.98%
G = 9.35%
B = 49.67%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B82ADF (or 0xB82ADF) is known color: Dark Orchid. HEX triplet: B8, 2A and DF. RGB value is (184,42,223). Sum of RGB (Red+Green+Blue) = 184+42+223=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #B82ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ADF is #47D520. Grayscale: #686868. Windows color (decimal): -4707617 or 14625464. OLE color: 14625464.

HSL color Cylindrical-coordinate representation of color #B82ADF: hue angle of 287.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82ADF is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 42 223 -
CMYK 0.17 0.81 0 0.13
HSL 287.07º 0.74% 0.52% -
HSV(B) 287.07º 0.81% 0.87% -
XYZ 33.91 17.17 71.34 -
YUV 105.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 184 42 223 0.17 0.81 0 0.13 287.07 0.74 0.52
Hex B8 2A DF 11 51 0 D 11F 4A 34
Octal 270 52 337 21 121 0 15 437 112 64
Binary 10111000 101010 11011111 10001 1010001 0 1101 100011111 1001010 110100

Color Harmonies of #B82ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82ADF

Black with #B82ADF

Text Example


Text Example

White with #B82ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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