Html Css Color HEX #B660CE Medium Orchid

📋 copy color: '#B660CE'

red 182 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #B660CE

Tints of Medium Orchid #B660CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 37.6%
G = 19.83%
B = 42.56%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B660CE (or 0xB660CE) is known color: Medium Orchid. HEX triplet: B6, 60 and CE. RGB value is (182,96,206). Sum of RGB (Red+Green+Blue) = 182+96+206=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #B660CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660CE is #499F31. Grayscale: #858585. Windows color (decimal): -4824882 or 13525174. OLE color: 13525174.

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

Color convert

RGB 182 96 206 -
CMYK 0.12 0.53 0 0.19
HSL 286.91º 0.53% 0.59% -
HSV(B) 286.91º 0.53% 0.81% -
XYZ 34.61 22.77 60.96 -
YUV 134.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 182 96 206 0.12 0.53 0 0.19 286.91 0.53 0.59
Hex B6 60 CE C 35 0 13 11F 35 3B
Octal 266 140 316 14 65 0 23 437 65 73
Binary 10110110 1100000 11001110 1100 110101 0 10011 100011111 110101 111011

Color Harmonies of #B660CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660CE

Black with #B660CE

Text Example


Text Example

White with #B660CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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