Html Css Color HEX #B260C5 Medium Orchid

📋 copy color: '#B260C5'

red 178 ◦ green 96 ◦ blue 197

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

Shades of Medium Orchid #B260C5

Tints of Medium Orchid #B260C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.83%

R = 37.79%
G = 20.38%
B = 41.83%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B260C5 (or 0xB260C5) is known color: Medium Orchid. HEX triplet: B2, 60 and C5. RGB value is (178,96,197). Sum of RGB (Red+Green+Blue) = 178+96+197=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #B260C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260C5 is #4D9F3A. Grayscale: #838383. Windows color (decimal): -5087035 or 12935346. OLE color: 12935346.

HSL color Cylindrical-coordinate representation of color #B260C5: hue angle of 288.71º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B260C5 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 96 197 -
CMYK 0.10 0.51 0 0.23
HSL 288.71º 0.47% 0.57% -
HSV(B) 288.71º 0.51% 0.77% -
XYZ 32.62 21.86 55.32 -
YUV 132.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 178 96 197 0.10 0.51 0 0.23 288.71 0.47 0.57
Hex B2 60 C5 A 33 0 17 121 2F 39
Octal 262 140 305 12 63 0 27 441 57 71
Binary 10110010 1100000 11000101 1010 110011 0 10111 100100001 101111 111001

Color Harmonies of #B260C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260C5

Black with #B260C5

Text Example


Text Example

White with #B260C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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