Html Css Color HEX #B639DC Medium Orchid

📋 copy color: '#B639DC'

red 182 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #B639DC

Tints of Medium Orchid #B639DC

RGB

 RED value IS 182 (71.48% from 255) = 39.65%

 GREEN value IS 57 (22.66% from 255) = 12.42%

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

R = 39.65%
G = 12.42%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B639DC (or 0xB639DC) is known color: Medium Orchid. HEX triplet: B6, 39 and DC. RGB value is (182,57,220). Sum of RGB (Red+Green+Blue) = 182+57+220=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B639DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639DC is #49C623. Grayscale: #707070. Windows color (decimal): -4834852 or 14432694. OLE color: 14432694.

HSL color Cylindrical-coordinate representation of color #B639DC: hue angle of 286.01º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B639DC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 57 220 -
CMYK 0.17 0.74 0 0.14
HSL 286.01º 0.7% 0.54% -
HSV(B) 286.01º 0.74% 0.86% -
XYZ 33.67 18.04 69.42 -
YUV 112.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 182 57 220 0.17 0.74 0 0.14 286.01 0.7 0.54
Hex B6 39 DC 11 4A 0 E 11E 46 36
Octal 266 71 334 21 112 0 16 436 106 66
Binary 10110110 111001 11011100 10001 1001010 0 1110 100011110 1000110 110110

Color Harmonies of #B639DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639DC

Black with #B639DC

Text Example


Text Example

White with #B639DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639DC; }

 p { color: rgb(182,57,220); }

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

background-color css

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

 a { background-color: rgb(182,57,220); }

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

border-color css

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

 span { border-color: rgb(182,57,220); }

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