Html Css Color HEX #BA69EB Medium Orchid

📋 copy color: '#BA69EB'

red 186 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #BA69EB

Tints of Medium Orchid #BA69EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 35.36%
G = 19.96%
B = 44.68%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA69EB (or 0xBA69EB) is known color: Medium Orchid. HEX triplet: BA, 69 and EB. RGB value is (186,105,235). Sum of RGB (Red+Green+Blue) = 186+105+235=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA69EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69EB is #459614. Grayscale: #8F8F8F. Windows color (decimal): -4560405 or 15428026. OLE color: 15428026.

HSL color Cylindrical-coordinate representation of color #BA69EB: hue angle of 277.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA69EB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 105 235 -
CMYK 0.21 0.55 0 0.08
HSL 277.38º 0.76% 0.67% -
HSV(B) 277.38º 0.55% 0.92% -
XYZ 40.3 26.54 81.6 -
YUV 144.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 186 105 235 0.21 0.55 0 0.08 277.38 0.76 0.67
Hex BA 69 EB 15 37 0 8 115 4C 43
Octal 272 151 353 25 67 0 10 425 114 103
Binary 10111010 1101001 11101011 10101 110111 0 1000 100010101 1001100 1000011

Color Harmonies of #BA69EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69EB

Black with #BA69EB

Text Example


Text Example

White with #BA69EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69EB; }

 p { color: rgb(186,105,235); }

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

background-color css

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

 a { background-color: rgb(186,105,235); }

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

border-color css

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

 span { border-color: rgb(186,105,235); }

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