Html Css Color HEX #BA52FD Medium Orchid

📋 copy color: '#BA52FD'

red 186 ◦ green 82 ◦ blue 253

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

Shades of Medium Orchid #BA52FD

Tints of Medium Orchid #BA52FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 35.7%
G = 15.74%
B = 48.56%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA52FD (or 0xBA52FD) is known color: Medium Orchid. HEX triplet: BA, 52 and FD. RGB value is (186,82,253). Sum of RGB (Red+Green+Blue) = 186+82+253=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52FD is #45AD02. Grayscale: #848484. Windows color (decimal): -4566275 or 16601786. OLE color: 16601786.

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

Color convert

RGB 186 82 253 -
CMYK 0.26 0.68 0 0.01
HSL 276.49º 0.98% 0.66% -
HSV(B) 276.49º 0.68% 0.99% -
XYZ 41 23.57 95.32 -
YUV 132.59 195.96 166.1 -
System Red Green Blue C M Y K H S L
Decimal 186 82 253 0.26 0.68 0 0.01 276.49 0.98 0.66
Hex BA 52 FD 1A 44 0 1 114 62 42
Octal 272 122 375 32 104 0 1 424 142 102
Binary 10111010 1010010 11111101 11010 1000100 0 1 100010100 1100010 1000010

Color Harmonies of #BA52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52FD

Black with #BA52FD

Text Example


Text Example

White with #BA52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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