Html Css Color HEX #B260FA Medium Orchid

📋 copy color: '#B260FA'

red 178 ◦ green 96 ◦ blue 250

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

Shades of Medium Orchid #B260FA

Tints of Medium Orchid #B260FA

RGB

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

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

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

R = 33.97%
G = 18.32%
B = 47.71%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B260FA (or 0xB260FA) is known color: Medium Orchid. HEX triplet: B2, 60 and FA. RGB value is (178,96,250). Sum of RGB (Red+Green+Blue) = 178+96+250=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #B260FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B260FA is #4D9F05. Grayscale: #898989. Windows color (decimal): -5086982 or 16408754. OLE color: 16408754.

HSL color Cylindrical-coordinate representation of color #B260FA: hue angle of 271.95º 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 #B260FA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 96 250 -
CMYK 0.29 0.62 0 0.02
HSL 271.95º 0.94% 0.68% -
HSV(B) 271.95º 0.62% 0.98% -
XYZ 39.8 24.73 93.12 -
YUV 138.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 178 96 250 0.29 0.62 0 0.02 271.95 0.94 0.68
Hex B2 60 FA 1D 3E 0 2 110 5E 44
Octal 262 140 372 35 76 0 2 420 136 104
Binary 10110010 1100000 11111010 11101 111110 0 10 100010000 1011110 1000100

Color Harmonies of #B260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260FA

Black with #B260FA

Text Example


Text Example

White with #B260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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