Html Css Color HEX #B940CF Medium Orchid

📋 copy color: '#B940CF'

red 185 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #B940CF

Tints of Medium Orchid #B940CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 40.57%
G = 14.04%
B = 45.39%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B940CF (or 0xB940CF) is known color: Medium Orchid. HEX triplet: B9, 40 and CF. RGB value is (185,64,207). Sum of RGB (Red+Green+Blue) = 185+64+207=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B940CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CF is #46BF30. Grayscale: #747474. Windows color (decimal): -4636465 or 13582521. OLE color: 13582521.

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

Color convert

RGB 185 64 207 -
CMYK 0.11 0.69 0 0.19
HSL 290.77º 0.6% 0.53% -
HSV(B) 290.77º 0.69% 0.81% -
XYZ 33.1 18.49 60.85 -
YUV 116.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 185 64 207 0.11 0.69 0 0.19 290.77 0.6 0.53
Hex B9 40 CF B 45 0 13 123 3C 35
Octal 271 100 317 13 105 0 23 443 74 65
Binary 10111001 1000000 11001111 1011 1000101 0 10011 100100011 111100 110101

Color Harmonies of #B940CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B940CF

Black with #B940CF

Text Example


Text Example

White with #B940CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B940CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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