Html Css Color HEX #B83EDC Medium Orchid

📋 copy color: '#B83EDC'

red 184 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #B83EDC

Tints of Medium Orchid #B83EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

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

R = 39.48%
G = 13.3%
B = 47.21%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B83EDC (or 0xB83EDC) is known color: Medium Orchid. HEX triplet: B8, 3E and DC. RGB value is (184,62,220). Sum of RGB (Red+Green+Blue) = 184+62+220=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B83EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83EDC is #47C123. Grayscale: #737373. Windows color (decimal): -4702500 or 14433976. OLE color: 14433976.

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

Color convert

RGB 184 62 220 -
CMYK 0.16 0.72 0 0.14
HSL 286.33º 0.69% 0.55% -
HSV(B) 286.33º 0.72% 0.86% -
XYZ 34.41 18.8 69.53 -
YUV 116.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 184 62 220 0.16 0.72 0 0.14 286.33 0.69 0.55
Hex B8 3E DC 10 48 0 E 11E 45 37
Octal 270 76 334 20 110 0 16 436 105 67
Binary 10111000 111110 11011100 10000 1001000 0 1110 100011110 1000101 110111

Color Harmonies of #B83EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83EDC

Black with #B83EDC

Text Example


Text Example

White with #B83EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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