Html Css Color HEX #B639D6 Medium Orchid

📋 copy color: '#B639D6'

red 182 ◦ green 57 ◦ blue 214

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

Shades of Medium Orchid #B639D6

Tints of Medium Orchid #B639D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 40.18%
G = 12.58%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B639D6 (or 0xB639D6) is known color: Medium Orchid. HEX triplet: B6, 39 and D6. RGB value is (182,57,214). Sum of RGB (Red+Green+Blue) = 182+57+214=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #B639D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639D6 is #49C629. Grayscale: #6F6F6F. Windows color (decimal): -4834858 or 14039478. OLE color: 14039478.

HSL color Cylindrical-coordinate representation of color #B639D6: hue angle of 287.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B639D6 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 57 214 -
CMYK 0.15 0.73 0 0.16
HSL 287.77º 0.66% 0.53% -
HSV(B) 287.77º 0.73% 0.84% -
XYZ 32.89 17.73 65.31 -
YUV 112.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 182 57 214 0.15 0.73 0 0.16 287.77 0.66 0.53
Hex B6 39 D6 F 49 0 10 120 42 35
Octal 266 71 326 17 111 0 20 440 102 65
Binary 10110110 111001 11010110 1111 1001001 0 10000 100100000 1000010 110101

Color Harmonies of #B639D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639D6

Black with #B639D6

Text Example


Text Example

White with #B639D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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