Html Css Color HEX #BA65D8 Medium Orchid

📋 copy color: '#BA65D8'

red 186 ◦ green 101 ◦ blue 216

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

Shades of Medium Orchid #BA65D8

Tints of Medium Orchid #BA65D8

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 36.98%
G = 20.08%
B = 42.94%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA65D8 (or 0xBA65D8) is known color: Medium Orchid. HEX triplet: BA, 65 and D8. RGB value is (186,101,216). Sum of RGB (Red+Green+Blue) = 186+101+216=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65D8 is #459A27. Grayscale: #8B8B8B. Windows color (decimal): -4561448 or 14181818. OLE color: 14181818.

HSL color Cylindrical-coordinate representation of color #BA65D8: hue angle of 284.35º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA65D8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 101 216 -
CMYK 0.14 0.53 0 0.15
HSL 284.35º 0.6% 0.62% -
HSV(B) 284.35º 0.53% 0.85% -
XYZ 37.3 24.7 67.77 -
YUV 139.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 186 101 216 0.14 0.53 0 0.15 284.35 0.6 0.62
Hex BA 65 D8 E 35 0 F 11C 3C 3E
Octal 272 145 330 16 65 0 17 434 74 76
Binary 10111010 1100101 11011000 1110 110101 0 1111 100011100 111100 111110

Color Harmonies of #BA65D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65D8

Black with #BA65D8

Text Example


Text Example

White with #BA65D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65D8; }

 p { color: rgb(186,101,216); }

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

background-color css

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

 a { background-color: rgb(186,101,216); }

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

border-color css

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

 span { border-color: rgb(186,101,216); }

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