Html Css Color HEX #BA68EE Medium Orchid

📋 copy color: '#BA68EE'

red 186 ◦ green 104 ◦ blue 238

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

Shades of Medium Orchid #BA68EE

Tints of Medium Orchid #BA68EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 35.23%
G = 19.7%
B = 45.08%

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

#BA68EE (or 0xBA68EE) is known color: Medium Orchid. HEX triplet: BA, 68 and EE. RGB value is (186,104,238). Sum of RGB (Red+Green+Blue) = 186+104+238=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68EE is #459711. Grayscale: #8F8F8F. Windows color (decimal): -4560658 or 15624378. OLE color: 15624378.

HSL color Cylindrical-coordinate representation of color #BA68EE: hue angle of 276.72º degrees, saturation: 0.8, 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 #BA68EE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 104 238 -
CMYK 0.22 0.56 0 0.07
HSL 276.72º 0.8% 0.67% -
HSV(B) 276.72º 0.56% 0.93% -
XYZ 40.63 26.51 83.86 -
YUV 143.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 186 104 238 0.22 0.56 0 0.07 276.72 0.8 0.67
Hex BA 68 EE 16 38 0 7 115 50 43
Octal 272 150 356 26 70 0 7 425 120 103
Binary 10111010 1101000 11101110 10110 111000 0 111 100010101 1010000 1000011

Color Harmonies of #BA68EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68EE

Black with #BA68EE

Text Example


Text Example

White with #BA68EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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