Html Css Color HEX #BA3FF6 Medium Orchid

📋 copy color: '#BA3FF6'

red 186 ◦ green 63 ◦ blue 246

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

Shades of Medium Orchid #BA3FF6

Tints of Medium Orchid #BA3FF6

RGB

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

 GREEN value IS 63 (25% from 255) = 12.73%

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 37.58%
G = 12.73%
B = 49.7%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA3FF6 (or 0xBA3FF6) is known color: Medium Orchid. HEX triplet: BA, 3F and F6. RGB value is (186,63,246). Sum of RGB (Red+Green+Blue) = 186+63+246=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA3FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF6 is #45C009. Grayscale: #787878. Windows color (decimal): -4571146 or 16138170. OLE color: 16138170.

HSL color Cylindrical-coordinate representation of color #BA3FF6: hue angle of 280.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3FF6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 63 246 -
CMYK 0.24 0.74 0 0.04
HSL 280.33º 0.91% 0.61% -
HSV(B) 280.33º 0.74% 0.96% -
XYZ 38.66 20.65 89.14 -
YUV 120.64 198.75 174.62 -
System Red Green Blue C M Y K H S L
Decimal 186 63 246 0.24 0.74 0 0.04 280.33 0.91 0.61
Hex BA 3F F6 18 4A 0 4 118 5B 3D
Octal 272 77 366 30 112 0 4 430 133 75
Binary 10111010 111111 11110110 11000 1001010 0 100 100011000 1011011 111101

Color Harmonies of #BA3FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FF6

Black with #BA3FF6

Text Example


Text Example

White with #BA3FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FF6; }

 p { color: rgb(186,63,246); }

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

background-color css

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

 a { background-color: rgb(186,63,246); }

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

border-color css

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

 span { border-color: rgb(186,63,246); }

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