Html Css Color HEX #B637CF Medium Orchid

📋 copy color: '#B637CF'

red 182 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #B637CF

Tints of Medium Orchid #B637CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 40.99%
G = 12.39%
B = 46.62%

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

#B637CF (or 0xB637CF) is known color: Medium Orchid. HEX triplet: B6, 37 and CF. RGB value is (182,55,207). Sum of RGB (Red+Green+Blue) = 182+55+207=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #B637CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637CF is #49C830. Grayscale: #6D6D6D. Windows color (decimal): -4835377 or 13580214. OLE color: 13580214.

HSL color Cylindrical-coordinate representation of color #B637CF: hue angle of 290.13º 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 #B637CF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 55 207 -
CMYK 0.12 0.73 0 0.19
HSL 290.13º 0.61% 0.51% -
HSV(B) 290.13º 0.73% 0.81% -
XYZ 31.92 17.18 60.67 -
YUV 110.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 182 55 207 0.12 0.73 0 0.19 290.13 0.61 0.51
Hex B6 37 CF C 49 0 13 122 3D 33
Octal 266 67 317 14 111 0 23 442 75 63
Binary 10110110 110111 11001111 1100 1001001 0 10011 100100010 111101 110011

Color Harmonies of #B637CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B637CF

Black with #B637CF

Text Example


Text Example

White with #B637CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B637CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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