Html Css Color HEX #B82BE8 Dark Orchid

📋 copy color: '#B82BE8'

red 184 ◦ green 43 ◦ blue 232

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

Shades of Dark Orchid #B82BE8

Tints of Dark Orchid #B82BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.54%

R = 40.09%
G = 9.37%
B = 50.54%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B82BE8 (or 0xB82BE8) is known color: Dark Orchid. HEX triplet: B8, 2B and E8. RGB value is (184,43,232). Sum of RGB (Red+Green+Blue) = 184+43+232=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #B82BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82BE8 is #47D417. Grayscale: #6A6A6A. Windows color (decimal): -4707352 or 15215544. OLE color: 15215544.

HSL color Cylindrical-coordinate representation of color #B82BE8: hue angle of 284.76º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82BE8 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 43 232 -
CMYK 0.21 0.81 0 0.09
HSL 284.76º 0.8% 0.54% -
HSV(B) 284.76º 0.81% 0.91% -
XYZ 35.2 17.74 77.91 -
YUV 106.71 198.71 183.13 -
System Red Green Blue C M Y K H S L
Decimal 184 43 232 0.21 0.81 0 0.09 284.76 0.8 0.54
Hex B8 2B E8 15 51 0 9 11D 50 36
Octal 270 53 350 25 121 0 11 435 120 66
Binary 10111000 101011 11101000 10101 1010001 0 1001 100011101 1010000 110110

Color Harmonies of #B82BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BE8

Black with #B82BE8

Text Example


Text Example

White with #B82BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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