Html Css Color HEX #B637CE Medium Orchid

📋 copy color: '#B637CE'

red 182 ◦ green 55 ◦ blue 206

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

Shades of Medium Orchid #B637CE

Tints of Medium Orchid #B637CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.42%

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

R = 41.08%
G = 12.42%
B = 46.5%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B637CE (or 0xB637CE) is known color: Medium Orchid. HEX triplet: B6, 37 and CE. RGB value is (182,55,206). Sum of RGB (Red+Green+Blue) = 182+55+206=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B637CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637CE is #49C831. Grayscale: #6D6D6D. Windows color (decimal): -4835378 or 13514678. OLE color: 13514678.

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

Color convert

RGB 182 55 206 -
CMYK 0.12 0.73 0 0.19
HSL 290.46º 0.61% 0.51% -
HSV(B) 290.46º 0.73% 0.81% -
XYZ 31.8 17.13 60.02 -
YUV 110.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 182 55 206 0.12 0.73 0 0.19 290.46 0.61 0.51
Hex B6 37 CE C 49 0 13 122 3D 33
Octal 266 67 316 14 111 0 23 442 75 63
Binary 10110110 110111 11001110 1100 1001001 0 10011 100100010 111101 110011

Color Harmonies of #B637CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B637CE

Black with #B637CE

Text Example


Text Example

White with #B637CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B637CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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