Html Css Color HEX #B940CC Medium Orchid

📋 copy color: '#B940CC'

red 185 ◦ green 64 ◦ blue 204

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

Shades of Medium Orchid #B940CC

Tints of Medium Orchid #B940CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.13%

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

R = 40.84%
G = 14.13%
B = 45.03%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B940CC (or 0xB940CC) is known color: Medium Orchid. HEX triplet: B9, 40 and CC. RGB value is (185,64,204). Sum of RGB (Red+Green+Blue) = 185+64+204=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B940CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CC is #46BF33. Grayscale: #737373. Windows color (decimal): -4636468 or 13385913. OLE color: 13385913.

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

Color convert

RGB 185 64 204 -
CMYK 0.09 0.69 0 0.2
HSL 291.86º 0.58% 0.53% -
HSV(B) 291.86º 0.69% 0.8% -
XYZ 32.74 18.34 58.94 -
YUV 116.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 185 64 204 0.09 0.69 0 0.2 291.86 0.58 0.53
Hex B9 40 CC 9 45 0 14 124 3A 35
Octal 271 100 314 11 105 0 24 444 72 65
Binary 10111001 1000000 11001100 1001 1000101 0 10100 100100100 111010 110101

Color Harmonies of #B940CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940CC

Black with #B940CC

Text Example


Text Example

White with #B940CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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