Html Css Color HEX #B82EEF Dark Orchid

📋 copy color: '#B82EEF'

red 184 ◦ green 46 ◦ blue 239

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

Shades of Dark Orchid #B82EEF

Tints of Dark Orchid #B82EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.81%

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 39.23%
G = 9.81%
B = 50.96%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B82EEF (or 0xB82EEF) is known color: Dark Orchid. HEX triplet: B8, 2E and EF. RGB value is (184,46,239). Sum of RGB (Red+Green+Blue) = 184+46+239=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #B82EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82EEF is #47D110. Grayscale: #6C6C6C. Windows color (decimal): -4706577 or 15675064. OLE color: 15675064.

HSL color Cylindrical-coordinate representation of color #B82EEF: hue angle of 282.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82EEF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 46 239 -
CMYK 0.23 0.81 0 0.06
HSL 282.9º 0.86% 0.56% -
HSV(B) 282.9º 0.81% 0.94% -
XYZ 36.32 18.38 83.29 -
YUV 109.26 201.22 181.31 -
System Red Green Blue C M Y K H S L
Decimal 184 46 239 0.23 0.81 0 0.06 282.9 0.86 0.56
Hex B8 2E EF 17 51 0 6 11B 56 38
Octal 270 56 357 27 121 0 6 433 126 70
Binary 10111000 101110 11101111 10111 1010001 0 110 100011011 1010110 111000

Color Harmonies of #B82EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EEF

Black with #B82EEF

Text Example


Text Example

White with #B82EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EEF; }

 p { color: rgb(184,46,239); }

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

background-color css

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

 a { background-color: rgb(184,46,239); }

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

border-color css

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

 span { border-color: rgb(184,46,239); }

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