Html Css Color HEX #BA68ED Medium Orchid

📋 copy color: '#BA68ED'

red 186 ◦ green 104 ◦ blue 237

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

Shades of Medium Orchid #BA68ED

Tints of Medium Orchid #BA68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 35.29%
G = 19.73%
B = 44.97%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA68ED (or 0xBA68ED) is known color: Medium Orchid. HEX triplet: BA, 68 and ED. RGB value is (186,104,237). Sum of RGB (Red+Green+Blue) = 186+104+237=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68ED is #459712. Grayscale: #8F8F8F. Windows color (decimal): -4560659 or 15558842. OLE color: 15558842.

HSL color Cylindrical-coordinate representation of color #BA68ED: hue angle of 276.99º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA68ED is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 104 237 -
CMYK 0.22 0.56 0 0.07
HSL 276.99º 0.79% 0.67% -
HSV(B) 276.99º 0.56% 0.93% -
XYZ 40.49 26.45 83.09 -
YUV 143.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 186 104 237 0.22 0.56 0 0.07 276.99 0.79 0.67
Hex BA 68 ED 16 38 0 7 115 4F 43
Octal 272 150 355 26 70 0 7 425 117 103
Binary 10111010 1101000 11101101 10110 111000 0 111 100010101 1001111 1000011

Color Harmonies of #BA68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68ED

Black with #BA68ED

Text Example


Text Example

White with #BA68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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