Html Css Color HEX #BA69ED Medium Orchid

📋 copy color: '#BA69ED'

red 186 ◦ green 105 ◦ blue 237

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

Shades of Medium Orchid #BA69ED

Tints of Medium Orchid #BA69ED

RGB

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

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

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

R = 35.23%
G = 19.89%
B = 44.89%

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

#BA69ED (or 0xBA69ED) is known color: Medium Orchid. HEX triplet: BA, 69 and ED. RGB value is (186,105,237). Sum of RGB (Red+Green+Blue) = 186+105+237=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA69ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69ED is #459612. Grayscale: #8F8F8F. Windows color (decimal): -4560403 or 15559098. OLE color: 15559098.

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

Color convert

RGB 186 105 237 -
CMYK 0.22 0.56 0 0.07
HSL 276.82º 0.79% 0.67% -
HSV(B) 276.82º 0.56% 0.93% -
XYZ 40.59 26.66 83.13 -
YUV 144.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 186 105 237 0.22 0.56 0 0.07 276.82 0.79 0.67
Hex BA 69 ED 16 38 0 7 115 4F 43
Octal 272 151 355 26 70 0 7 425 117 103
Binary 10111010 1101001 11101101 10110 111000 0 111 100010101 1001111 1000011

Color Harmonies of #BA69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69ED

Black with #BA69ED

Text Example


Text Example

White with #BA69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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