Html Css Color HEX #BA65CE Medium Orchid

📋 copy color: '#BA65CE'

red 186 ◦ green 101 ◦ blue 206

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

Shades of Medium Orchid #BA65CE

Tints of Medium Orchid #BA65CE

RGB

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

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

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

R = 37.73%
G = 20.49%
B = 41.78%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA65CE (or 0xBA65CE) is known color: Medium Orchid. HEX triplet: BA, 65 and CE. RGB value is (186,101,206). Sum of RGB (Red+Green+Blue) = 186+101+206=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA65CE is #459A31. Grayscale: #8A8A8A. Windows color (decimal): -4561458 or 13526458. OLE color: 13526458.

HSL color Cylindrical-coordinate representation of color #BA65CE: hue angle of 288.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA65CE is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 101 206 -
CMYK 0.10 0.51 0 0.19
HSL 288.57º 0.52% 0.6% -
HSV(B) 288.57º 0.51% 0.81% -
XYZ 36.04 24.2 61.16 -
YUV 138.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 186 101 206 0.10 0.51 0 0.19 288.57 0.52 0.6
Hex BA 65 CE A 33 0 13 121 34 3C
Octal 272 145 316 12 63 0 23 441 64 74
Binary 10111010 1100101 11001110 1010 110011 0 10011 100100001 110100 111100

Color Harmonies of #BA65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA65CE

Black with #BA65CE

Text Example


Text Example

White with #BA65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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