Html Css Color HEX #B82BE0 Dark Orchid

📋 copy color: '#B82BE0'

red 184 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #B82BE0

Tints of Dark Orchid #B82BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 40.8%
G = 9.53%
B = 49.67%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B82BE0 (or 0xB82BE0) is known color: Dark Orchid. HEX triplet: B8, 2B and E0. RGB value is (184,43,224). Sum of RGB (Red+Green+Blue) = 184+43+224=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #B82BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BE0 is #47D41F. Grayscale: #696969. Windows color (decimal): -4707360 or 14691256. OLE color: 14691256.

HSL color Cylindrical-coordinate representation of color #B82BE0: hue angle of 286.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82BE0 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 43 224 -
CMYK 0.18 0.81 0 0.12
HSL 286.74º 0.74% 0.52% -
HSV(B) 286.74º 0.81% 0.88% -
XYZ 34.09 17.3 72.06 -
YUV 105.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 184 43 224 0.18 0.81 0 0.12 286.74 0.74 0.52
Hex B8 2B E0 12 51 0 C 11F 4A 34
Octal 270 53 340 22 121 0 14 437 112 64
Binary 10111000 101011 11100000 10010 1010001 0 1100 100011111 1001010 110100

Color Harmonies of #B82BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BE0

Black with #B82BE0

Text Example


Text Example

White with #B82BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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