Html Css Color HEX #BA52F0 Medium Orchid

📋 copy color: '#BA52F0'

red 186 ◦ green 82 ◦ blue 240

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

Shades of Medium Orchid #BA52F0

Tints of Medium Orchid #BA52F0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.14%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 36.61%
G = 16.14%
B = 47.24%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA52F0 (or 0xBA52F0) is known color: Medium Orchid. HEX triplet: BA, 52 and F0. RGB value is (186,82,240). Sum of RGB (Red+Green+Blue) = 186+82+240=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52F0 is #45AD0F. Grayscale: #828282. Windows color (decimal): -4566288 or 15749818. OLE color: 15749818.

HSL color Cylindrical-coordinate representation of color #BA52F0: hue angle of 279.49º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA52F0 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 82 240 -
CMYK 0.22 0.66 0 0.06
HSL 279.49º 0.84% 0.63% -
HSV(B) 279.49º 0.66% 0.94% -
XYZ 39 22.76 84.78 -
YUV 131.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 186 82 240 0.22 0.66 0 0.06 279.49 0.84 0.63
Hex BA 52 F0 16 42 0 6 117 54 3F
Octal 272 122 360 26 102 0 6 427 124 77
Binary 10111010 1010010 11110000 10110 1000010 0 110 100010111 1010100 111111

Color Harmonies of #BA52F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52F0

Black with #BA52F0

Text Example


Text Example

White with #BA52F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52F0; }

 p { color: rgb(186,82,240); }

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

background-color css

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

 a { background-color: rgb(186,82,240); }

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

border-color css

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

 span { border-color: rgb(186,82,240); }

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