Html Css Color HEX #BA65DB Medium Orchid

📋 copy color: '#BA65DB'

red 186 ◦ green 101 ◦ blue 219

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

Shades of Medium Orchid #BA65DB

Tints of Medium Orchid #BA65DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 36.76%
G = 19.96%
B = 43.28%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA65DB (or 0xBA65DB) is known color: Medium Orchid. HEX triplet: BA, 65 and DB. RGB value is (186,101,219). Sum of RGB (Red+Green+Blue) = 186+101+219=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65DB is #459A24. Grayscale: #8B8B8B. Windows color (decimal): -4561445 or 14378426. OLE color: 14378426.

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

Color convert

RGB 186 101 219 -
CMYK 0.15 0.54 0 0.14
HSL 283.22º 0.62% 0.63% -
HSV(B) 283.22º 0.54% 0.86% -
XYZ 37.69 24.86 69.83 -
YUV 139.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 186 101 219 0.15 0.54 0 0.14 283.22 0.62 0.63
Hex BA 65 DB F 36 0 E 11B 3E 3F
Octal 272 145 333 17 66 0 16 433 76 77
Binary 10111010 1100101 11011011 1111 110110 0 1110 100011011 111110 111111

Color Harmonies of #BA65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65DB

Black with #BA65DB

Text Example


Text Example

White with #BA65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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