Html Css Color HEX #B939CC Medium Orchid

📋 copy color: '#B939CC'

red 185 ◦ green 57 ◦ blue 204

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

Shades of Medium Orchid #B939CC

Tints of Medium Orchid #B939CC

RGB

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

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

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

R = 41.48%
G = 12.78%
B = 45.74%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B939CC (or 0xB939CC) is known color: Medium Orchid. HEX triplet: B9, 39 and CC. RGB value is (185,57,204). Sum of RGB (Red+Green+Blue) = 185+57+204=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B939CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939CC is #46C633. Grayscale: #6F6F6F. Windows color (decimal): -4638260 or 13384121. OLE color: 13384121.

HSL color Cylindrical-coordinate representation of color #B939CC: hue angle of 292.24º degrees, saturation: 0.59, 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 #B939CC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 57 204 -
CMYK 0.09 0.72 0 0.2
HSL 292.24º 0.59% 0.51% -
HSV(B) 292.24º 0.72% 0.8% -
XYZ 32.37 17.6 58.82 -
YUV 112.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 185 57 204 0.09 0.72 0 0.2 292.24 0.59 0.51
Hex B9 39 CC 9 48 0 14 124 3B 33
Octal 271 71 314 11 110 0 24 444 73 63
Binary 10111001 111001 11001100 1001 1001000 0 10100 100100100 111011 110011

Color Harmonies of #B939CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B939CC

Black with #B939CC

Text Example


Text Example

White with #B939CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B939CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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