Html Css Color HEX #B936CA Medium Orchid

📋 copy color: '#B936CA'

red 185 ◦ green 54 ◦ blue 202

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

Shades of Medium Orchid #B936CA

Tints of Medium Orchid #B936CA

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

 GREEN value IS 54 (21.48% from 255) = 12.24%

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

R = 41.95%
G = 12.24%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B936CA (or 0xB936CA) is known color: Medium Orchid. HEX triplet: B9, 36 and CA. RGB value is (185,54,202). Sum of RGB (Red+Green+Blue) = 185+54+202=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #B936CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CA is #46C935. Grayscale: #6D6D6D. Windows color (decimal): -4639030 or 13252281. OLE color: 13252281.

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

Color convert

RGB 185 54 202 -
CMYK 0.08 0.73 0 0.21
HSL 293.11º 0.58% 0.5% -
HSV(B) 293.11º 0.73% 0.79% -
XYZ 31.99 17.22 57.51 -
YUV 110.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 185 54 202 0.08 0.73 0 0.21 293.11 0.58 0.5
Hex B9 36 CA 8 49 0 15 125 3A 32
Octal 271 66 312 10 111 0 25 445 72 62
Binary 10111001 110110 11001010 1000 1001001 0 10101 100100101 111010 110010

Color Harmonies of #B936CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936CA

Black with #B936CA

Text Example


Text Example

White with #B936CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936CA; }

 p { color: rgb(185,54,202); }

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

background-color css

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

 a { background-color: rgb(185,54,202); }

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

border-color css

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

 span { border-color: rgb(185,54,202); }

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