Html Css Color HEX #B939CB Medium Orchid

📋 copy color: '#B939CB'

red 185 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #B939CB

Tints of Medium Orchid #B939CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 41.57%
G = 12.81%
B = 45.62%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B939CB (or 0xB939CB) is known color: Medium Orchid. HEX triplet: B9, 39 and CB. RGB value is (185,57,203). Sum of RGB (Red+Green+Blue) = 185+57+203=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B939CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939CB is #46C634. Grayscale: #6F6F6F. Windows color (decimal): -4638261 or 13318585. OLE color: 13318585.

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

Color convert

RGB 185 57 203 -
CMYK 0.09 0.72 0 0.20
HSL 292.6º 0.58% 0.51% -
HSV(B) 292.6º 0.72% 0.8% -
XYZ 32.25 17.55 58.19 -
YUV 111.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 185 57 203 0.09 0.72 0 0.20 292.6 0.58 0.51
Hex B9 39 CB 9 48 0 14 125 3A 33
Octal 271 71 313 11 110 0 24 445 72 63
Binary 10111001 111001 11001011 1001 1001000 0 10100 100100101 111010 110011

Color Harmonies of #B939CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939CB

Black with #B939CB

Text Example


Text Example

White with #B939CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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