Html Css Color HEX #BA68CF Medium Orchid

📋 copy color: '#BA68CF'

red 186 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #BA68CF

Tints of Medium Orchid #BA68CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.93%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 37.42%
G = 20.93%
B = 41.65%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA68CF (or 0xBA68CF) is known color: Medium Orchid. HEX triplet: BA, 68 and CF. RGB value is (186,104,207). Sum of RGB (Red+Green+Blue) = 186+104+207=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68CF is #459730. Grayscale: #8B8B8B. Windows color (decimal): -4560689 or 13592762. OLE color: 13592762.

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

Color convert

RGB 186 104 207 -
CMYK 0.10 0.50 0 0.19
HSL 287.77º 0.52% 0.61% -
HSV(B) 287.77º 0.5% 0.81% -
XYZ 36.46 24.84 61.91 -
YUV 140.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 186 104 207 0.10 0.50 0 0.19 287.77 0.52 0.61
Hex BA 68 CF A 32 0 13 120 34 3D
Octal 272 150 317 12 62 0 23 440 64 75
Binary 10111010 1101000 11001111 1010 110010 0 10011 100100000 110100 111101

Color Harmonies of #BA68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68CF

Black with #BA68CF

Text Example


Text Example

White with #BA68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68CF; }

 p { color: rgb(186,104,207); }

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

background-color css

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

 a { background-color: rgb(186,104,207); }

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

border-color css

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

 span { border-color: rgb(186,104,207); }

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