Html Css Color HEX #B938CC Medium Orchid

📋 copy color: '#B938CC'

red 185 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #B938CC

Tints of Medium Orchid #B938CC

RGB

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

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

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

R = 41.57%
G = 12.58%
B = 45.84%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B938CC (or 0xB938CC) is known color: Medium Orchid. HEX triplet: B9, 38 and CC. RGB value is (185,56,204). Sum of RGB (Red+Green+Blue) = 185+56+204=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B938CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938CC is #46C733. Grayscale: #6E6E6E. Windows color (decimal): -4638516 or 13383865. OLE color: 13383865.

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

Color convert

RGB 185 56 204 -
CMYK 0.09 0.73 0 0.2
HSL 292.3º 0.59% 0.51% -
HSV(B) 292.3º 0.73% 0.8% -
XYZ 32.32 17.5 58.8 -
YUV 111.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 185 56 204 0.09 0.73 0 0.2 292.3 0.59 0.51
Hex B9 38 CC 9 49 0 14 124 3B 33
Octal 271 70 314 11 111 0 24 444 73 63
Binary 10111001 111000 11001100 1001 1001001 0 10100 100100100 111011 110011

Color Harmonies of #B938CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938CC

Black with #B938CC

Text Example


Text Example

White with #B938CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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