Html Css Color HEX #B960F0 Medium Orchid

📋 copy color: '#B960F0'

red 185 ◦ green 96 ◦ blue 240

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

Shades of Medium Orchid #B960F0

Tints of Medium Orchid #B960F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.07%

R = 35.51%
G = 18.43%
B = 46.07%

CMYK

 C value IS 0.23

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B960F0 (or 0xB960F0) is known color: Medium Orchid. HEX triplet: B9, 60 and F0. RGB value is (185,96,240). Sum of RGB (Red+Green+Blue) = 185+96+240=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B960F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960F0 is #469F0F. Grayscale: #8A8A8A. Windows color (decimal): -4628240 or 15753401. OLE color: 15753401.

HSL color Cylindrical-coordinate representation of color #B960F0: hue angle of 277.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B960F0 is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 96 240 -
CMYK 0.23 0.6 0 0.06
HSL 277.08º 0.83% 0.66% -
HSV(B) 277.08º 0.6% 0.94% -
XYZ 39.92 24.97 85.15 -
YUV 139.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 185 96 240 0.23 0.6 0 0.06 277.08 0.83 0.66
Hex B9 60 F0 17 3C 0 6 115 53 42
Octal 271 140 360 27 74 0 6 425 123 102
Binary 10111001 1100000 11110000 10111 111100 0 110 100010101 1010011 1000010

Color Harmonies of #B960F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960F0

Black with #B960F0

Text Example


Text Example

White with #B960F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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