Html Css Color HEX #B660CA Medium Orchid

📋 copy color: '#B660CA'

red 182 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #B660CA

Tints of Medium Orchid #B660CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 37.92%
G = 20%
B = 42.08%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B660CA (or 0xB660CA) is known color: Medium Orchid. HEX triplet: B6, 60 and CA. RGB value is (182,96,202). Sum of RGB (Red+Green+Blue) = 182+96+202=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #B660CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660CA is #499F35. Grayscale: #858585. Windows color (decimal): -4824886 or 13263030. OLE color: 13263030.

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

Color convert

RGB 182 96 202 -
CMYK 0.10 0.52 0 0.21
HSL 288.68º 0.5% 0.58% -
HSV(B) 288.68º 0.52% 0.79% -
XYZ 34.13 22.58 58.44 -
YUV 133.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 182 96 202 0.10 0.52 0 0.21 288.68 0.5 0.58
Hex B6 60 CA A 34 0 15 121 32 3A
Octal 266 140 312 12 64 0 25 441 62 72
Binary 10110110 1100000 11001010 1010 110100 0 10101 100100001 110010 111010

Color Harmonies of #B660CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660CA

Black with #B660CA

Text Example


Text Example

White with #B660CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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