Html Css Color HEX #B82EDC Dark Orchid

📋 copy color: '#B82EDC'

red 184 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #B82EDC

Tints of Dark Orchid #B82EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.22%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 40.89%
G = 10.22%
B = 48.89%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B82EDC (or 0xB82EDC) is known color: Dark Orchid. HEX triplet: B8, 2E and DC. RGB value is (184,46,220). Sum of RGB (Red+Green+Blue) = 184+46+220=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B82EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EDC is #47D123. Grayscale: #6A6A6A. Windows color (decimal): -4706596 or 14429880. OLE color: 14429880.

HSL color Cylindrical-coordinate representation of color #B82EDC: hue angle of 287.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82EDC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 46 220 -
CMYK 0.16 0.79 0 0.14
HSL 287.59º 0.71% 0.52% -
HSV(B) 287.59º 0.79% 0.86% -
XYZ 33.66 17.31 69.28 -
YUV 107.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 184 46 220 0.16 0.79 0 0.14 287.59 0.71 0.52
Hex B8 2E DC 10 4F 0 E 120 47 34
Octal 270 56 334 20 117 0 16 440 107 64
Binary 10111000 101110 11011100 10000 1001111 0 1110 100100000 1000111 110100

Color Harmonies of #B82EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EDC

Black with #B82EDC

Text Example


Text Example

White with #B82EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EDC; }

 p { color: rgb(184,46,220); }

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

background-color css

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

 a { background-color: rgb(184,46,220); }

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

border-color css

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

 span { border-color: rgb(184,46,220); }

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