Html Css Color HEX #B82BDA Dark Orchid

📋 copy color: '#B82BDA'

red 184 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #B82BDA

Tints of Dark Orchid #B82BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.66%

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 41.35%
G = 9.66%
B = 48.99%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B82BDA (or 0xB82BDA) is known color: Dark Orchid. HEX triplet: B8, 2B and DA. RGB value is (184,43,218). Sum of RGB (Red+Green+Blue) = 184+43+218=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B82BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BDA is #47D425. Grayscale: #686868. Windows color (decimal): -4707366 or 14298040. OLE color: 14298040.

HSL color Cylindrical-coordinate representation of color #B82BDA: hue angle of 288.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82BDA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 43 218 -
CMYK 0.16 0.80 0 0.15
HSL 288.34º 0.7% 0.51% -
HSV(B) 288.34º 0.8% 0.85% -
XYZ 33.29 16.98 67.85 -
YUV 105.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 184 43 218 0.16 0.80 0 0.15 288.34 0.7 0.51
Hex B8 2B DA 10 50 0 F 120 46 33
Octal 270 53 332 20 120 0 17 440 106 63
Binary 10111000 101011 11011010 10000 1010000 0 1111 100100000 1000110 110011

Color Harmonies of #B82BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BDA

Black with #B82BDA

Text Example


Text Example

White with #B82BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BDA; }

 p { color: rgb(184,43,218); }

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

background-color css

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

 a { background-color: rgb(184,43,218); }

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

border-color css

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

 span { border-color: rgb(184,43,218); }

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