Html Css Color HEX #B637CA Medium Orchid

📋 copy color: '#B637CA'

red 182 ◦ green 55 ◦ blue 202

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

Shades of Medium Orchid #B637CA

Tints of Medium Orchid #B637CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 41.46%
G = 12.53%
B = 46.01%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B637CA (or 0xB637CA) is known color: Medium Orchid. HEX triplet: B6, 37 and CA. RGB value is (182,55,202). Sum of RGB (Red+Green+Blue) = 182+55+202=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B637CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637CA is #49C835. Grayscale: #6D6D6D. Windows color (decimal): -4835382 or 13252534. OLE color: 13252534.

HSL color Cylindrical-coordinate representation of color #B637CA: hue angle of 291.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B637CA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 55 202 -
CMYK 0.10 0.73 0 0.21
HSL 291.84º 0.58% 0.5% -
HSV(B) 291.84º 0.73% 0.79% -
XYZ 31.32 16.94 57.5 -
YUV 109.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 182 55 202 0.10 0.73 0 0.21 291.84 0.58 0.5
Hex B6 37 CA A 49 0 15 124 3A 32
Octal 266 67 312 12 111 0 25 444 72 62
Binary 10110110 110111 11001010 1010 1001001 0 10101 100100100 111010 110010

Color Harmonies of #B637CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B637CA

Black with #B637CA

Text Example


Text Example

White with #B637CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B637CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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