Html Css Color HEX #B939CE Medium Orchid

📋 copy color: '#B939CE'

red 185 ◦ green 57 ◦ blue 206

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

Shades of Medium Orchid #B939CE

Tints of Medium Orchid #B939CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 41.29%
G = 12.72%
B = 45.98%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B939CE (or 0xB939CE) is known color: Medium Orchid. HEX triplet: B9, 39 and CE. RGB value is (185,57,206). Sum of RGB (Red+Green+Blue) = 185+57+206=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #B939CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939CE is #46C631. Grayscale: #6F6F6F. Windows color (decimal): -4638258 or 13515193. OLE color: 13515193.

HSL color Cylindrical-coordinate representation of color #B939CE: hue angle of 291.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B939CE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 57 206 -
CMYK 0.10 0.72 0 0.19
HSL 291.54º 0.6% 0.52% -
HSV(B) 291.54º 0.72% 0.81% -
XYZ 32.61 17.7 60.09 -
YUV 112.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 185 57 206 0.10 0.72 0 0.19 291.54 0.6 0.52
Hex B9 39 CE A 48 0 13 124 3C 34
Octal 271 71 316 12 110 0 23 444 74 64
Binary 10111001 111001 11001110 1010 1001000 0 10011 100100100 111100 110100

Color Harmonies of #B939CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939CE

Black with #B939CE

Text Example


Text Example

White with #B939CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939CE; }

 p { color: rgb(185,57,206); }

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

background-color css

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

 a { background-color: rgb(185,57,206); }

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

border-color css

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

 span { border-color: rgb(185,57,206); }

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