Html Css Color HEX #B960FA Medium Orchid

📋 copy color: '#B960FA'

red 185 ◦ green 96 ◦ blue 250

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

Shades of Medium Orchid #B960FA

Tints of Medium Orchid #B960FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 34.84%
G = 18.08%
B = 47.08%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B960FA (or 0xB960FA) is known color: Medium Orchid. HEX triplet: B9, 60 and FA. RGB value is (185,96,250). Sum of RGB (Red+Green+Blue) = 185+96+250=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #B960FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960FA is #469F05. Grayscale: #8B8B8B. Windows color (decimal): -4628230 or 16408761. OLE color: 16408761.

HSL color Cylindrical-coordinate representation of color #B960FA: hue angle of 274.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B960FA is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 96 250 -
CMYK 0.26 0.62 0 0.02
HSL 274.68º 0.94% 0.68% -
HSV(B) 274.68º 0.62% 0.98% -
XYZ 41.45 25.58 93.2 -
YUV 140.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 185 96 250 0.26 0.62 0 0.02 274.68 0.94 0.68
Hex B9 60 FA 1A 3E 0 2 113 5E 44
Octal 271 140 372 32 76 0 2 423 136 104
Binary 10111001 1100000 11111010 11010 111110 0 10 100010011 1011110 1000100

Color Harmonies of #B960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960FA

Black with #B960FA

Text Example


Text Example

White with #B960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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