Html Css Color HEX #BA4BF4 Medium Orchid

📋 copy color: '#BA4BF4'

red 186 ◦ green 75 ◦ blue 244

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

Shades of Medium Orchid #BA4BF4

Tints of Medium Orchid #BA4BF4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.85%

 BLUE value IS 244 (95.7% from 255) = 48.32%

R = 36.83%
G = 14.85%
B = 48.32%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA4BF4 (or 0xBA4BF4) is known color: Medium Orchid. HEX triplet: BA, 4B and F4. RGB value is (186,75,244). Sum of RGB (Red+Green+Blue) = 186+75+244=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA4BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4BF4 is #45B40B. Grayscale: #7E7E7E. Windows color (decimal): -4568076 or 16010170. OLE color: 16010170.

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

Color convert

RGB 186 75 244 -
CMYK 0.24 0.69 0 0.04
HSL 279.41º 0.88% 0.63% -
HSV(B) 279.41º 0.69% 0.96% -
XYZ 39.09 22 87.77 -
YUV 127.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 186 75 244 0.24 0.69 0 0.04 279.41 0.88 0.63
Hex BA 4B F4 18 45 0 4 117 58 3F
Octal 272 113 364 30 105 0 4 427 130 77
Binary 10111010 1001011 11110100 11000 1000101 0 100 100010111 1011000 111111

Color Harmonies of #BA4BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BF4

Black with #BA4BF4

Text Example


Text Example

White with #BA4BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BF4; }

 p { color: rgb(186,75,244); }

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

background-color css

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

 a { background-color: rgb(186,75,244); }

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

border-color css

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

 span { border-color: rgb(186,75,244); }

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