Html Css Color HEX #B260F1 Medium Orchid

📋 copy color: '#B260F1'

red 178 ◦ green 96 ◦ blue 241

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

Shades of Medium Orchid #B260F1

Tints of Medium Orchid #B260F1

RGB

 RED value IS 178 (69.92% from 255) = 34.56%

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

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 34.56%
G = 18.64%
B = 46.8%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B260F1 (or 0xB260F1) is known color: Medium Orchid. HEX triplet: B2, 60 and F1. RGB value is (178,96,241). Sum of RGB (Red+Green+Blue) = 178+96+241=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #B260F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260F1 is #4D9F0E. Grayscale: #888888. Windows color (decimal): -5086991 or 15818930. OLE color: 15818930.

HSL color Cylindrical-coordinate representation of color #B260F1: hue angle of 273.93º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B260F1 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 96 241 -
CMYK 0.26 0.60 0 0.05
HSL 273.93º 0.84% 0.66% -
HSV(B) 273.93º 0.6% 0.95% -
XYZ 38.42 24.18 85.86 -
YUV 137.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 178 96 241 0.26 0.60 0 0.05 273.93 0.84 0.66
Hex B2 60 F1 1A 3C 0 5 112 54 42
Octal 262 140 361 32 74 0 5 422 124 102
Binary 10110010 1100000 11110001 11010 111100 0 101 100010010 1010100 1000010

Color Harmonies of #B260F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260F1

Black with #B260F1

Text Example


Text Example

White with #B260F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260F1; }

 p { color: rgb(178,96,241); }

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

background-color css

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

 a { background-color: rgb(178,96,241); }

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

border-color css

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

 span { border-color: rgb(178,96,241); }

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