Html Css Color HEX #B260FF Medium Orchid

📋 copy color: '#B260FF'

red 178 ◦ green 96 ◦ blue 255

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

Shades of Medium Orchid #B260FF

Tints of Medium Orchid #B260FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.2%

R = 33.65%
G = 18.15%
B = 48.2%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B260FF (or 0xB260FF) is known color: Medium Orchid. HEX triplet: B2, 60 and FF. RGB value is (178,96,255). Sum of RGB (Red+Green+Blue) = 178+96+255=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #B260FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260FF is #4D9F00. Grayscale: #8A8A8A. Windows color (decimal): -5086977 or 16736434. OLE color: 16736434.

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

Color convert

RGB 178 96 255 -
CMYK 0.30 0.62 0 0
HSL 270.94º 1% 0.69% -
HSV(B) 270.94º 0.62% 1% -
XYZ 40.59 25.05 97.3 -
YUV 138.64 193.67 156.07 -
System Red Green Blue C M Y K H S L
Decimal 178 96 255 0.30 0.62 0 0 270.94 1 0.69
Hex B2 60 FF 1E 3E 0 0 10F 64 45
Octal 262 140 377 36 76 0 0 417 144 105
Binary 10110010 1100000 11111111 11110 111110 0 0 100001111 1100100 1000101

Color Harmonies of #B260FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260FF

Black with #B260FF

Text Example


Text Example

White with #B260FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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