Html Css Color HEX #B936E4 Medium Orchid

📋 copy color: '#B936E4'

red 185 ◦ green 54 ◦ blue 228

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

Shades of Medium Orchid #B936E4

Tints of Medium Orchid #B936E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.82%

R = 39.61%
G = 11.56%
B = 48.82%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B936E4 (or 0xB936E4) is known color: Medium Orchid. HEX triplet: B9, 36 and E4. RGB value is (185,54,228). Sum of RGB (Red+Green+Blue) = 185+54+228=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #B936E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936E4 is #46C91B. Grayscale: #707070. Windows color (decimal): -4639004 or 14956217. OLE color: 14956217.

HSL color Cylindrical-coordinate representation of color #B936E4: hue angle of 285.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B936E4 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 54 228 -
CMYK 0.19 0.76 0 0.11
HSL 285.17º 0.76% 0.55% -
HSV(B) 285.17º 0.76% 0.89% -
XYZ 35.33 18.55 75.12 -
YUV 113.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 185 54 228 0.19 0.76 0 0.11 285.17 0.76 0.55
Hex B9 36 E4 13 4C 0 B 11D 4C 37
Octal 271 66 344 23 114 0 13 435 114 67
Binary 10111001 110110 11100100 10011 1001100 0 1011 100011101 1001100 110111

Color Harmonies of #B936E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936E4

Black with #B936E4

Text Example


Text Example

White with #B936E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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