Html Css Color HEX #B660CF Medium Orchid

📋 copy color: '#B660CF'

red 182 ◦ green 96 ◦ blue 207

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

Shades of Medium Orchid #B660CF

Tints of Medium Orchid #B660CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 37.53%
G = 19.79%
B = 42.68%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B660CF (or 0xB660CF) is known color: Medium Orchid. HEX triplet: B6, 60 and CF. RGB value is (182,96,207). Sum of RGB (Red+Green+Blue) = 182+96+207=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #B660CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660CF is #499F30. Grayscale: #868686. Windows color (decimal): -4824881 or 13590710. OLE color: 13590710.

HSL color Cylindrical-coordinate representation of color #B660CF: hue angle of 286.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B660CF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 96 207 -
CMYK 0.12 0.54 0 0.19
HSL 286.49º 0.54% 0.59% -
HSV(B) 286.49º 0.54% 0.81% -
XYZ 34.74 22.82 61.6 -
YUV 134.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 182 96 207 0.12 0.54 0 0.19 286.49 0.54 0.59
Hex B6 60 CF C 36 0 13 11E 36 3B
Octal 266 140 317 14 66 0 23 436 66 73
Binary 10110110 1100000 11001111 1100 110110 0 10011 100011110 110110 111011

Color Harmonies of #B660CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660CF

Black with #B660CF

Text Example


Text Example

White with #B660CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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