Html Css Color HEX #BA67F3 Medium Orchid

📋 copy color: '#BA67F3'

red 186 ◦ green 103 ◦ blue 243

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

Shades of Medium Orchid #BA67F3

Tints of Medium Orchid #BA67F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.68%

R = 34.96%
G = 19.36%
B = 45.68%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA67F3 (or 0xBA67F3) is known color: Medium Orchid. HEX triplet: BA, 67 and F3. RGB value is (186,103,243). Sum of RGB (Red+Green+Blue) = 186+103+243=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA67F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67F3 is #45980C. Grayscale: #8F8F8F. Windows color (decimal): -4560909 or 15951802. OLE color: 15951802.

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

Color convert

RGB 186 103 243 -
CMYK 0.23 0.58 0 0.05
HSL 275.57º 0.85% 0.68% -
HSV(B) 275.57º 0.58% 0.95% -
XYZ 41.28 26.61 87.75 -
YUV 143.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 186 103 243 0.23 0.58 0 0.05 275.57 0.85 0.68
Hex BA 67 F3 17 3A 0 5 114 55 44
Octal 272 147 363 27 72 0 5 424 125 104
Binary 10111010 1100111 11110011 10111 111010 0 101 100010100 1010101 1000100

Color Harmonies of #BA67F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67F3

Black with #BA67F3

Text Example


Text Example

White with #BA67F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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