Html Css Color HEX #B639CE Medium Orchid

📋 copy color: '#B639CE'

red 182 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #B639CE

Tints of Medium Orchid #B639CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 40.9%
G = 12.81%
B = 46.29%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B639CE (or 0xB639CE) is known color: Medium Orchid. HEX triplet: B6, 39 and CE. RGB value is (182,57,206). Sum of RGB (Red+Green+Blue) = 182+57+206=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B639CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639CE is #49C631. Grayscale: #6E6E6E. Windows color (decimal): -4834866 or 13515190. OLE color: 13515190.

HSL color Cylindrical-coordinate representation of color #B639CE: hue angle of 290.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B639CE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 57 206 -
CMYK 0.12 0.72 0 0.19
HSL 290.34º 0.6% 0.52% -
HSV(B) 290.34º 0.72% 0.81% -
XYZ 31.9 17.33 60.06 -
YUV 111.36 181.41 178.38 -
System Red Green Blue C M Y K H S L
Decimal 182 57 206 0.12 0.72 0 0.19 290.34 0.6 0.52
Hex B6 39 CE C 48 0 13 122 3C 34
Octal 266 71 316 14 110 0 23 442 74 64
Binary 10110110 111001 11001110 1100 1001000 0 10011 100100010 111100 110100

Color Harmonies of #B639CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639CE

Black with #B639CE

Text Example


Text Example

White with #B639CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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