Html Css Color HEX #BA42FF Medium Orchid

📋 copy color: '#BA42FF'

red 186 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #BA42FF

Tints of Medium Orchid #BA42FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 36.69%
G = 13.02%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA42FF (or 0xBA42FF) is known color: Medium Orchid. HEX triplet: BA, 42 and FF. RGB value is (186,66,255). Sum of RGB (Red+Green+Blue) = 186+66+255=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA42FF is #45BD00. Grayscale: #7A7A7A. Windows color (decimal): -4570369 or 16728762. OLE color: 16728762.

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

Color convert

RGB 186 66 255 -
CMYK 0.27 0.74 0 0
HSL 278.1º 1% 0.63% -
HSV(B) 278.1º 0.74% 1% -
XYZ 40.25 21.56 96.65 -
YUV 123.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 186 66 255 0.27 0.74 0 0 278.1 1 0.63
Hex BA 42 FF 1B 4A 0 0 116 64 3F
Octal 272 102 377 33 112 0 0 426 144 77
Binary 10111010 1000010 11111111 11011 1001010 0 0 100010110 1100100 111111

Color Harmonies of #BA42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42FF

Black with #BA42FF

Text Example


Text Example

White with #BA42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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