Html Css Color HEX #B660F0 Medium Orchid

📋 copy color: '#B660F0'

red 182 ◦ green 96 ◦ blue 240

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

Shades of Medium Orchid #B660F0

Tints of Medium Orchid #B660F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 35.14%
G = 18.53%
B = 46.33%

CMYK

 C value IS 0.24

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B660F0 (or 0xB660F0) is known color: Medium Orchid. HEX triplet: B6, 60 and F0. RGB value is (182,96,240). Sum of RGB (Red+Green+Blue) = 182+96+240=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #B660F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660F0 is #499F0F. Grayscale: #898989. Windows color (decimal): -4824848 or 15753398. OLE color: 15753398.

HSL color Cylindrical-coordinate representation of color #B660F0: hue angle of 275.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B660F0 is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 96 240 -
CMYK 0.24 0.6 0 0.06
HSL 275.83º 0.83% 0.66% -
HSV(B) 275.83º 0.6% 0.94% -
XYZ 39.2 24.6 85.12 -
YUV 138.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 182 96 240 0.24 0.6 0 0.06 275.83 0.83 0.66
Hex B6 60 F0 18 3C 0 6 114 53 42
Octal 266 140 360 30 74 0 6 424 123 102
Binary 10110110 1100000 11110000 11000 111100 0 110 100010100 1010011 1000010

Color Harmonies of #B660F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660F0

Black with #B660F0

Text Example


Text Example

White with #B660F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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