Html Css Color HEX #B960CF Medium Orchid

📋 copy color: '#B960CF'

red 185 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B960CF

Tints of Medium Orchid #B960CF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

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

R = 37.91%
G = 19.67%
B = 42.42%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B960CF (or 0xB960CF) is known color: Medium Orchid. HEX triplet: B9, 60 and CF. RGB value is (185,96,207). Sum of RGB (Red+Green+Blue) = 185+96+207=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B960CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CF is #469F30. Grayscale: #868686. Windows color (decimal): -4628273 or 13590713. OLE color: 13590713.

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

Color convert

RGB 185 96 207 -
CMYK 0.11 0.54 0 0.19
HSL 288.11º 0.54% 0.59% -
HSV(B) 288.11º 0.54% 0.81% -
XYZ 35.45 23.19 61.64 -
YUV 135.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 185 96 207 0.11 0.54 0 0.19 288.11 0.54 0.59
Hex B9 60 CF B 36 0 13 120 36 3B
Octal 271 140 317 13 66 0 23 440 66 73
Binary 10111001 1100000 11001111 1011 110110 0 10011 100100000 110110 111011

Color Harmonies of #B960CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960CF

Black with #B960CF

Text Example


Text Example

White with #B960CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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