Html Css Color HEX #BA4FED Medium Orchid

📋 copy color: '#BA4FED'

red 186 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #BA4FED

Tints of Medium Orchid #BA4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 37.05%
G = 15.74%
B = 47.21%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4FED (or 0xBA4FED) is known color: Medium Orchid. HEX triplet: BA, 4F and ED. RGB value is (186,79,237). Sum of RGB (Red+Green+Blue) = 186+79+237=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FED is #45B012. Grayscale: #808080. Windows color (decimal): -4567059 or 15552442. OLE color: 15552442.

HSL color Cylindrical-coordinate representation of color #BA4FED: hue angle of 280.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FED is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 79 237 -
CMYK 0.22 0.67 0 0.07
HSL 280.63º 0.81% 0.62% -
HSV(B) 280.63º 0.67% 0.93% -
XYZ 38.33 22.15 82.37 -
YUV 129.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 186 79 237 0.22 0.67 0 0.07 280.63 0.81 0.62
Hex BA 4F ED 16 43 0 7 119 51 3E
Octal 272 117 355 26 103 0 7 431 121 76
Binary 10111010 1001111 11101101 10110 1000011 0 111 100011001 1010001 111110

Color Harmonies of #BA4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4FED

Black with #BA4FED

Text Example


Text Example

White with #BA4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4FED; }

 p { color: rgb(186,79,237); }

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

background-color css

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

 a { background-color: rgb(186,79,237); }

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

border-color css

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

 span { border-color: rgb(186,79,237); }

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