Html Css Color HEX #BA42FC Medium Orchid

📋 copy color: '#BA42FC'

red 186 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #BA42FC

Tints of Medium Orchid #BA42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50%

R = 36.9%
G = 13.1%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA42FC (or 0xBA42FC) is known color: Medium Orchid. HEX triplet: BA, 42 and FC. RGB value is (186,66,252). Sum of RGB (Red+Green+Blue) = 186+66+252=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FC is #45BD03. Grayscale: #7A7A7A. Windows color (decimal): -4570372 or 16532154. OLE color: 16532154.

HSL color Cylindrical-coordinate representation of color #BA42FC: hue angle of 278.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA42FC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 66 252 -
CMYK 0.26 0.74 0 0.01
HSL 278.71º 0.97% 0.62% -
HSV(B) 278.71º 0.74% 0.99% -
XYZ 39.77 21.36 94.12 -
YUV 123.08 200.76 172.88 -
System Red Green Blue C M Y K H S L
Decimal 186 66 252 0.26 0.74 0 0.01 278.71 0.97 0.62
Hex BA 42 FC 1A 4A 0 1 117 61 3E
Octal 272 102 374 32 112 0 1 427 141 76
Binary 10111010 1000010 11111100 11010 1001010 0 1 100010111 1100001 111110

Color Harmonies of #BA42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42FC

Black with #BA42FC

Text Example


Text Example

White with #BA42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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