Html Css Color HEX #B260FE Medium Orchid

📋 copy color: '#B260FE'

red 178 ◦ green 96 ◦ blue 254

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

Shades of Medium Orchid #B260FE

Tints of Medium Orchid #B260FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 33.71%
G = 18.18%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B260FE (or 0xB260FE) is known color: Medium Orchid. HEX triplet: B2, 60 and FE. RGB value is (178,96,254). Sum of RGB (Red+Green+Blue) = 178+96+254=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #B260FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260FE is #4D9F01. Grayscale: #898989. Windows color (decimal): -5086978 or 16670898. OLE color: 16670898.

HSL color Cylindrical-coordinate representation of color #B260FE: hue angle of 271.14º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B260FE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 96 254 -
CMYK 0.30 0.62 0 0.00
HSL 271.14º 0.99% 0.69% -
HSV(B) 271.14º 0.62% 1% -
XYZ 40.43 24.99 96.46 -
YUV 138.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 178 96 254 0.30 0.62 0 0.00 271.14 0.99 0.69
Hex B2 60 FE 1E 3E 0 0 10F 63 45
Octal 262 140 376 36 76 0 0 417 143 105
Binary 10110010 1100000 11111110 11110 111110 0 0 100001111 1100011 1000101

Color Harmonies of #B260FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260FE

Black with #B260FE

Text Example


Text Example

White with #B260FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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