Html Css Color HEX #BA42FE Medium Orchid

📋 copy color: '#BA42FE'

red 186 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #BA42FE

Tints of Medium Orchid #BA42FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.04%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 36.76%
G = 13.04%
B = 50.2%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA42FE (or 0xBA42FE) is known color: Medium Orchid. HEX triplet: BA, 42 and FE. RGB value is (186,66,254). Sum of RGB (Red+Green+Blue) = 186+66+254=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FE is #45BD01. Grayscale: #7A7A7A. Windows color (decimal): -4570370 or 16663226. OLE color: 16663226.

HSL color Cylindrical-coordinate representation of color #BA42FE: hue angle of 278.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA42FE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 66 254 -
CMYK 0.27 0.74 0 0.00
HSL 278.3º 0.99% 0.63% -
HSV(B) 278.3º 0.74% 1% -
XYZ 40.09 21.49 95.8 -
YUV 123.31 201.76 172.71 -
System Red Green Blue C M Y K H S L
Decimal 186 66 254 0.27 0.74 0 0.00 278.3 0.99 0.63
Hex BA 42 FE 1B 4A 0 0 116 63 3F
Octal 272 102 376 33 112 0 0 426 143 77
Binary 10111010 1000010 11111110 11011 1001010 0 0 100010110 1100011 111111

Color Harmonies of #BA42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42FE

Black with #BA42FE

Text Example


Text Example

White with #BA42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42FE; }

 p { color: rgb(186,66,254); }

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

background-color css

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

 a { background-color: rgb(186,66,254); }

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

border-color css

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

 span { border-color: rgb(186,66,254); }

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