Html Css Color HEX #B82BE4 Dark Orchid

📋 copy color: '#B82BE4'

red 184 ◦ green 43 ◦ blue 228

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

Shades of Dark Orchid #B82BE4

Tints of Dark Orchid #B82BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.11%

R = 40.44%
G = 9.45%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B82BE4 (or 0xB82BE4) is known color: Dark Orchid. HEX triplet: B8, 2B and E4. RGB value is (184,43,228). Sum of RGB (Red+Green+Blue) = 184+43+228=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #B82BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BE4 is #47D41B. Grayscale: #696969. Windows color (decimal): -4707356 or 14953400. OLE color: 14953400.

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

Color convert

RGB 184 43 228 -
CMYK 0.19 0.81 0 0.11
HSL 285.73º 0.77% 0.53% -
HSV(B) 285.73º 0.81% 0.89% -
XYZ 34.63 17.52 74.95 -
YUV 106.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 184 43 228 0.19 0.81 0 0.11 285.73 0.77 0.53
Hex B8 2B E4 13 51 0 B 11E 4D 35
Octal 270 53 344 23 121 0 13 436 115 65
Binary 10111000 101011 11100100 10011 1010001 0 1011 100011110 1001101 110101

Color Harmonies of #B82BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BE4

Black with #B82BE4

Text Example


Text Example

White with #B82BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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