Html Css Color HEX #B936CC Medium Orchid

📋 copy color: '#B936CC'

red 185 ◦ green 54 ◦ blue 204

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

Shades of Medium Orchid #B936CC

Tints of Medium Orchid #B936CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 41.76%
G = 12.19%
B = 46.05%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B936CC (or 0xB936CC) is known color: Medium Orchid. HEX triplet: B9, 36 and CC. RGB value is (185,54,204). Sum of RGB (Red+Green+Blue) = 185+54+204=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B936CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936CC is #46C933. Grayscale: #6D6D6D. Windows color (decimal): -4639028 or 13383353. OLE color: 13383353.

HSL color Cylindrical-coordinate representation of color #B936CC: hue angle of 292.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B936CC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 54 204 -
CMYK 0.09 0.74 0 0.2
HSL 292.4º 0.6% 0.51% -
HSV(B) 292.4º 0.74% 0.8% -
XYZ 32.23 17.31 58.77 -
YUV 110.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 185 54 204 0.09 0.74 0 0.2 292.4 0.6 0.51
Hex B9 36 CC 9 4A 0 14 124 3C 33
Octal 271 66 314 11 112 0 24 444 74 63
Binary 10111001 110110 11001100 1001 1001010 0 10100 100100100 111100 110011

Color Harmonies of #B936CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936CC

Black with #B936CC

Text Example


Text Example

White with #B936CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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