Html Css Color HEX #B950CF Medium Orchid

📋 copy color: '#B950CF'

red 185 ◦ green 80 ◦ blue 207

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

Shades of Medium Orchid #B950CF

Tints of Medium Orchid #B950CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 39.19%
G = 16.95%
B = 43.86%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B950CF (or 0xB950CF) is known color: Medium Orchid. HEX triplet: B9, 50 and CF. RGB value is (185,80,207). Sum of RGB (Red+Green+Blue) = 185+80+207=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B950CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950CF is #46AF30. Grayscale: #7D7D7D. Windows color (decimal): -4632369 or 13586617. OLE color: 13586617.

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

Color convert

RGB 185 80 207 -
CMYK 0.11 0.61 0 0.19
HSL 289.61º 0.57% 0.56% -
HSV(B) 289.61º 0.61% 0.81% -
XYZ 34.14 20.56 61.2 -
YUV 125.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 185 80 207 0.11 0.61 0 0.19 289.61 0.57 0.56
Hex B9 50 CF B 3D 0 13 122 39 38
Octal 271 120 317 13 75 0 23 442 71 70
Binary 10111001 1010000 11001111 1011 111101 0 10011 100100010 111001 111000

Color Harmonies of #B950CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950CF

Black with #B950CF

Text Example


Text Example

White with #B950CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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