Html Css Color HEX #B260C2 Medium Orchid

📋 copy color: '#B260C2'

red 178 ◦ green 96 ◦ blue 194

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

Shades of Medium Orchid #B260C2

Tints of Medium Orchid #B260C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 38.03%
G = 20.51%
B = 41.45%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B260C2 (or 0xB260C2) is known color: Medium Orchid. HEX triplet: B2, 60 and C2. RGB value is (178,96,194). Sum of RGB (Red+Green+Blue) = 178+96+194=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B260C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260C2 is #4D9F3D. Grayscale: #838383. Windows color (decimal): -5087038 or 12738738. OLE color: 12738738.

HSL color Cylindrical-coordinate representation of color #B260C2: hue angle of 290.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B260C2 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 96 194 -
CMYK 0.08 0.51 0 0.24
HSL 290.2º 0.45% 0.57% -
HSV(B) 290.2º 0.51% 0.76% -
XYZ 32.28 21.73 53.53 -
YUV 131.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 178 96 194 0.08 0.51 0 0.24 290.2 0.45 0.57
Hex B2 60 C2 8 33 0 18 122 2D 39
Octal 262 140 302 10 63 0 30 442 55 71
Binary 10110010 1100000 11000010 1000 110011 0 11000 100100010 101101 111001

Color Harmonies of #B260C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260C2

Black with #B260C2

Text Example


Text Example

White with #B260C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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