Html Css Color HEX #B260CC Medium Orchid

📋 copy color: '#B260CC'

red 178 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #B260CC

Tints of Medium Orchid #B260CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 37.24%
G = 20.08%
B = 42.68%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B260CC (or 0xB260CC) is known color: Medium Orchid. HEX triplet: B2, 60 and CC. RGB value is (178,96,204). Sum of RGB (Red+Green+Blue) = 178+96+204=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #B260CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260CC is #4D9F33. Grayscale: #848484. Windows color (decimal): -5087028 or 13394098. OLE color: 13394098.

HSL color Cylindrical-coordinate representation of color #B260CC: hue angle of 285.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B260CC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 96 204 -
CMYK 0.13 0.53 0 0.2
HSL 285.56º 0.51% 0.59% -
HSV(B) 285.56º 0.53% 0.8% -
XYZ 33.44 22.19 59.65 -
YUV 132.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 178 96 204 0.13 0.53 0 0.2 285.56 0.51 0.59
Hex B2 60 CC D 35 0 14 11E 33 3B
Octal 262 140 314 15 65 0 24 436 63 73
Binary 10110010 1100000 11001100 1101 110101 0 10100 100011110 110011 111011

Color Harmonies of #B260CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B260CC

Black with #B260CC

Text Example


Text Example

White with #B260CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B260CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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