Html Css Color HEX #BA5CEA Medium Orchid

📋 copy color: '#BA5CEA'

red 186 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #BA5CEA

Tints of Medium Orchid #BA5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 36.33%
G = 17.97%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA5CEA (or 0xBA5CEA) is known color: Medium Orchid. HEX triplet: BA, 5C and EA. RGB value is (186,92,234). Sum of RGB (Red+Green+Blue) = 186+92+234=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CEA is #45A315. Grayscale: #878787. Windows color (decimal): -4563734 or 15359162. OLE color: 15359162.

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

Color convert

RGB 186 92 234 -
CMYK 0.21 0.61 0 0.08
HSL 279.72º 0.77% 0.64% -
HSV(B) 279.72º 0.61% 0.92% -
XYZ 38.93 24.03 80.43 -
YUV 136.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 186 92 234 0.21 0.61 0 0.08 279.72 0.77 0.64
Hex BA 5C EA 15 3D 0 8 118 4D 40
Octal 272 134 352 25 75 0 10 430 115 100
Binary 10111010 1011100 11101010 10101 111101 0 1000 100011000 1001101 1000000

Color Harmonies of #BA5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CEA

Black with #BA5CEA

Text Example


Text Example

White with #BA5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CEA; }

 p { color: rgb(186,92,234); }

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

background-color css

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

 a { background-color: rgb(186,92,234); }

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

border-color css

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

 span { border-color: rgb(186,92,234); }

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