Html Css Color HEX #B82DEE Dark Orchid

📋 copy color: '#B82DEE'

red 184 ◦ green 45 ◦ blue 238

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

Shades of Dark Orchid #B82DEE

Tints of Dark Orchid #B82DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 39.4%
G = 9.64%
B = 50.96%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B82DEE (or 0xB82DEE) is known color: Dark Orchid. HEX triplet: B8, 2D and EE. RGB value is (184,45,238). Sum of RGB (Red+Green+Blue) = 184+45+238=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B82DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DEE is #47D211. Grayscale: #6B6B6B. Windows color (decimal): -4706834 or 15609272. OLE color: 15609272.

HSL color Cylindrical-coordinate representation of color #B82DEE: hue angle of 283.21º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82DEE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 45 238 -
CMYK 0.23 0.81 0 0.07
HSL 283.21º 0.85% 0.55% -
HSV(B) 283.21º 0.81% 0.93% -
XYZ 36.14 18.24 82.5 -
YUV 108.56 201.05 181.81 -
System Red Green Blue C M Y K H S L
Decimal 184 45 238 0.23 0.81 0 0.07 283.21 0.85 0.55
Hex B8 2D EE 17 51 0 7 11B 55 37
Octal 270 55 356 27 121 0 7 433 125 67
Binary 10111000 101101 11101110 10111 1010001 0 111 100011011 1010101 110111

Color Harmonies of #B82DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DEE

Black with #B82DEE

Text Example


Text Example

White with #B82DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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