Html Css Color HEX #B938CE Medium Orchid

📋 copy color: '#B938CE'

red 185 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #B938CE

Tints of Medium Orchid #B938CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.53%

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

R = 41.39%
G = 12.53%
B = 46.09%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B938CE (or 0xB938CE) is known color: Medium Orchid. HEX triplet: B9, 38 and CE. RGB value is (185,56,206). Sum of RGB (Red+Green+Blue) = 185+56+206=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #B938CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938CE is #46C731. Grayscale: #6F6F6F. Windows color (decimal): -4638514 or 13514937. OLE color: 13514937.

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

Color convert

RGB 185 56 206 -
CMYK 0.10 0.73 0 0.19
HSL 291.6º 0.6% 0.51% -
HSV(B) 291.6º 0.73% 0.81% -
XYZ 32.56 17.6 60.07 -
YUV 111.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 185 56 206 0.10 0.73 0 0.19 291.6 0.6 0.51
Hex B9 38 CE A 49 0 13 124 3C 33
Octal 271 70 316 12 111 0 23 444 74 63
Binary 10111001 111000 11001110 1010 1001001 0 10011 100100100 111100 110011

Color Harmonies of #B938CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938CE

Black with #B938CE

Text Example


Text Example

White with #B938CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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