Html Css Color HEX #BA67F4 Medium Orchid

📋 copy color: '#BA67F4'

red 186 ◦ green 103 ◦ blue 244

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

Shades of Medium Orchid #BA67F4

Tints of Medium Orchid #BA67F4

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.32%

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

R = 34.9%
G = 19.32%
B = 45.78%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA67F4 (or 0xBA67F4) is known color: Medium Orchid. HEX triplet: BA, 67 and F4. RGB value is (186,103,244). Sum of RGB (Red+Green+Blue) = 186+103+244=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA67F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F4 is #45980B. Grayscale: #8F8F8F. Windows color (decimal): -4560908 or 16017338. OLE color: 16017338.

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

Color convert

RGB 186 103 244 -
CMYK 0.24 0.58 0 0.04
HSL 275.32º 0.87% 0.68% -
HSV(B) 275.32º 0.58% 0.96% -
XYZ 41.43 26.67 88.55 -
YUV 143.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 186 103 244 0.24 0.58 0 0.04 275.32 0.87 0.68
Hex BA 67 F4 18 3A 0 4 113 57 44
Octal 272 147 364 30 72 0 4 423 127 104
Binary 10111010 1100111 11110100 11000 111010 0 100 100010011 1010111 1000100

Color Harmonies of #BA67F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67F4

Black with #BA67F4

Text Example


Text Example

White with #BA67F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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