Html Css Color HEX #BA66CA Medium Orchid

📋 copy color: '#BA66CA'

red 186 ◦ green 102 ◦ blue 202

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

Shades of Medium Orchid #BA66CA

Tints of Medium Orchid #BA66CA

RGB

 RED value IS 186 (73.05% from 255) = 37.96%

 GREEN value IS 102 (40.23% from 255) = 20.82%

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

R = 37.96%
G = 20.82%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA66CA (or 0xBA66CA) is known color: Medium Orchid. HEX triplet: BA, 66 and CA. RGB value is (186,102,202). Sum of RGB (Red+Green+Blue) = 186+102+202=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CA is #459935. Grayscale: #8A8A8A. Windows color (decimal): -4561206 or 13264570. OLE color: 13264570.

HSL color Cylindrical-coordinate representation of color #BA66CA: hue angle of 290.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA66CA is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 102 202 -
CMYK 0.08 0.50 0 0.21
HSL 290.4º 0.49% 0.6% -
HSV(B) 290.4º 0.5% 0.79% -
XYZ 35.66 24.21 58.67 -
YUV 138.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 186 102 202 0.08 0.50 0 0.21 290.4 0.49 0.6
Hex BA 66 CA 8 32 0 15 122 31 3C
Octal 272 146 312 10 62 0 25 442 61 74
Binary 10111010 1100110 11001010 1000 110010 0 10101 100100010 110001 111100

Color Harmonies of #BA66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66CA

Black with #BA66CA

Text Example


Text Example

White with #BA66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66CA; }

 p { color: rgb(186,102,202); }

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

background-color css

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

 a { background-color: rgb(186,102,202); }

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

border-color css

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

 span { border-color: rgb(186,102,202); }

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