Html Css Color HEX #B82DCF Dark Orchid

📋 copy color: '#B82DCF'

red 184 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #B82DCF

Tints of Dark Orchid #B82DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 42.2%
G = 10.32%
B = 47.48%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B82DCF (or 0xB82DCF) is known color: Dark Orchid. HEX triplet: B8, 2D and CF. RGB value is (184,45,207). Sum of RGB (Red+Green+Blue) = 184+45+207=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B82DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DCF is #47D230. Grayscale: #686868. Windows color (decimal): -4706865 or 13577656. OLE color: 13577656.

HSL color Cylindrical-coordinate representation of color #B82DCF: hue angle of 291.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82DCF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 45 207 -
CMYK 0.11 0.78 0 0.19
HSL 291.48º 0.64% 0.49% -
HSV(B) 291.48º 0.78% 0.81% -
XYZ 31.97 16.57 60.55 -
YUV 105.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 184 45 207 0.11 0.78 0 0.19 291.48 0.64 0.49
Hex B8 2D CF B 4E 0 13 123 40 31
Octal 270 55 317 13 116 0 23 443 100 61
Binary 10111000 101101 11001111 1011 1001110 0 10011 100100011 1000000 110001

Color Harmonies of #B82DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DCF

Black with #B82DCF

Text Example


Text Example

White with #B82DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DCF; }

 p { color: rgb(184,45,207); }

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

background-color css

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

 a { background-color: rgb(184,45,207); }

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

border-color css

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

 span { border-color: rgb(184,45,207); }

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