Html Css Color HEX #B82CEA Dark Orchid

📋 copy color: '#B82CEA'

red 184 ◦ green 44 ◦ blue 234

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

Shades of Dark Orchid #B82CEA

Tints of Dark Orchid #B82CEA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.52%

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

R = 39.83%
G = 9.52%
B = 50.65%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B82CEA (or 0xB82CEA) is known color: Dark Orchid. HEX triplet: B8, 2C and EA. RGB value is (184,44,234). Sum of RGB (Red+Green+Blue) = 184+44+234=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #B82CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CEA is #47D315. Grayscale: #6A6A6A. Windows color (decimal): -4707094 or 15346872. OLE color: 15346872.

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

Color convert

RGB 184 44 234 -
CMYK 0.21 0.81 0 0.08
HSL 284.21º 0.82% 0.55% -
HSV(B) 284.21º 0.81% 0.92% -
XYZ 35.52 17.93 79.43 -
YUV 107.52 199.38 182.55 -
System Red Green Blue C M Y K H S L
Decimal 184 44 234 0.21 0.81 0 0.08 284.21 0.82 0.55
Hex B8 2C EA 15 51 0 8 11C 52 37
Octal 270 54 352 25 121 0 10 434 122 67
Binary 10111000 101100 11101010 10101 1010001 0 1000 100011100 1010010 110111

Color Harmonies of #B82CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CEA

Black with #B82CEA

Text Example


Text Example

White with #B82CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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