Html Css Color HEX #B660E6 Medium Orchid

📋 copy color: '#B660E6'

red 182 ◦ green 96 ◦ blue 230

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

Shades of Medium Orchid #B660E6

Tints of Medium Orchid #B660E6

RGB

 RED value IS 182 (71.48% from 255) = 35.83%

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

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 35.83%
G = 18.9%
B = 45.28%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B660E6 (or 0xB660E6) is known color: Medium Orchid. HEX triplet: B6, 60 and E6. RGB value is (182,96,230). Sum of RGB (Red+Green+Blue) = 182+96+230=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #B660E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660E6 is #499F19. Grayscale: #888888. Windows color (decimal): -4824858 or 15098038. OLE color: 15098038.

HSL color Cylindrical-coordinate representation of color #B660E6: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B660E6 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 96 230 -
CMYK 0.21 0.58 0 0.10
HSL 278.51º 0.73% 0.64% -
HSV(B) 278.51º 0.58% 0.9% -
XYZ 37.76 24.02 77.51 -
YUV 136.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 182 96 230 0.21 0.58 0 0.10 278.51 0.73 0.64
Hex B6 60 E6 15 3A 0 A 117 49 40
Octal 266 140 346 25 72 0 12 427 111 100
Binary 10110110 1100000 11100110 10101 111010 0 1010 100010111 1001001 1000000

Color Harmonies of #B660E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660E6

Black with #B660E6

Text Example


Text Example

White with #B660E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660E6; }

 p { color: rgb(182,96,230); }

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

background-color css

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

 a { background-color: rgb(182,96,230); }

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

border-color css

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

 span { border-color: rgb(182,96,230); }

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