Html Css Color HEX #B82FEA Dark Orchid

📋 copy color: '#B82FEA'

red 184 ◦ green 47 ◦ blue 234

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

Shades of Dark Orchid #B82FEA

Tints of Dark Orchid #B82FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.11%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 39.57%
G = 10.11%
B = 50.32%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B82FEA (or 0xB82FEA) is known color: Dark Orchid. HEX triplet: B8, 2F and EA. RGB value is (184,47,234). Sum of RGB (Red+Green+Blue) = 184+47+234=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B82FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FEA is #47D015. Grayscale: #6C6C6C. Windows color (decimal): -4706326 or 15347640. OLE color: 15347640.

HSL color Cylindrical-coordinate representation of color #B82FEA: hue angle of 283.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82FEA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 47 234 -
CMYK 0.21 0.80 0 0.08
HSL 283.96º 0.82% 0.55% -
HSV(B) 283.96º 0.8% 0.92% -
XYZ 35.63 18.16 79.47 -
YUV 109.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 184 47 234 0.21 0.80 0 0.08 283.96 0.82 0.55
Hex B8 2F EA 15 50 0 8 11C 52 37
Octal 270 57 352 25 120 0 10 434 122 67
Binary 10111000 101111 11101010 10101 1010000 0 1000 100011100 1010010 110111

Color Harmonies of #B82FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FEA

Black with #B82FEA

Text Example


Text Example

White with #B82FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FEA; }

 p { color: rgb(184,47,234); }

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

background-color css

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

 a { background-color: rgb(184,47,234); }

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

border-color css

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

 span { border-color: rgb(184,47,234); }

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