Html Css Color HEX #BA4CF2 Medium Orchid

📋 copy color: '#BA4CF2'

red 186 ◦ green 76 ◦ blue 242

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

Shades of Medium Orchid #BA4CF2

Tints of Medium Orchid #BA4CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.08%

 BLUE value IS 242 (94.92% from 255) = 48.02%

R = 36.9%
G = 15.08%
B = 48.02%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA4CF2 (or 0xBA4CF2) is known color: Medium Orchid. HEX triplet: BA, 4C and F2. RGB value is (186,76,242). Sum of RGB (Red+Green+Blue) = 186+76+242=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA4CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CF2 is #45B30D. Grayscale: #7F7F7F. Windows color (decimal): -4567822 or 15879354. OLE color: 15879354.

HSL color Cylindrical-coordinate representation of color #BA4CF2: hue angle of 279.76º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4CF2 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 76 242 -
CMYK 0.23 0.69 0 0.05
HSL 279.76º 0.86% 0.62% -
HSV(B) 279.76º 0.69% 0.95% -
XYZ 38.86 22.02 86.21 -
YUV 127.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 186 76 242 0.23 0.69 0 0.05 279.76 0.86 0.62
Hex BA 4C F2 17 45 0 5 118 56 3E
Octal 272 114 362 27 105 0 5 430 126 76
Binary 10111010 1001100 11110010 10111 1000101 0 101 100011000 1010110 111110

Color Harmonies of #BA4CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CF2

Black with #BA4CF2

Text Example


Text Example

White with #BA4CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CF2; }

 p { color: rgb(186,76,242); }

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

background-color css

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

 a { background-color: rgb(186,76,242); }

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

border-color css

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

 span { border-color: rgb(186,76,242); }

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