Html Css Color HEX #BA3AFB Medium Orchid

📋 copy color: '#BA3AFB'

red 186 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #BA3AFB

Tints of Medium Orchid #BA3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.72%

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 37.58%
G = 11.72%
B = 50.71%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3AFB (or 0xBA3AFB) is known color: Medium Orchid. HEX triplet: BA, 3A and FB. RGB value is (186,58,251). Sum of RGB (Red+Green+Blue) = 186+58+251=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3AFB is #45C504. Grayscale: #757575. Windows color (decimal): -4572421 or 16464570. OLE color: 16464570.

HSL color Cylindrical-coordinate representation of color #BA3AFB: hue angle of 279.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3AFB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 58 251 -
CMYK 0.26 0.77 0 0.02
HSL 279.79º 0.96% 0.61% -
HSV(B) 279.79º 0.77% 0.98% -
XYZ 39.18 20.43 93.15 -
YUV 118.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 186 58 251 0.26 0.77 0 0.02 279.79 0.96 0.61
Hex BA 3A FB 1A 4D 0 2 118 60 3D
Octal 272 72 373 32 115 0 2 430 140 75
Binary 10111010 111010 11111011 11010 1001101 0 10 100011000 1100000 111101

Color Harmonies of #BA3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AFB

Black with #BA3AFB

Text Example


Text Example

White with #BA3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AFB; }

 p { color: rgb(186,58,251); }

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

background-color css

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

 a { background-color: rgb(186,58,251); }

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

border-color css

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

 span { border-color: rgb(186,58,251); }

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