Html Css Color HEX #BA33F7 Medium Orchid

📋 copy color: '#BA33F7'

red 186 ◦ green 51 ◦ blue 247

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

Shades of Medium Orchid #BA33F7

Tints of Medium Orchid #BA33F7

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.54%

 BLUE value IS 247 (96.88% from 255) = 51.03%

R = 38.43%
G = 10.54%
B = 51.03%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA33F7 (or 0xBA33F7) is known color: Medium Orchid. HEX triplet: BA, 33 and F7. RGB value is (186,51,247). Sum of RGB (Red+Green+Blue) = 186+51+247=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA33F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F7 is #45CC08. Grayscale: #717171. Windows color (decimal): -4574217 or 16200634. OLE color: 16200634.

HSL color Cylindrical-coordinate representation of color #BA33F7: hue angle of 281.33º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA33F7 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 51 247 -
CMYK 0.25 0.79 0 0.03
HSL 281.33º 0.92% 0.58% -
HSV(B) 281.33º 0.79% 0.97% -
XYZ 38.22 19.52 89.75 -
YUV 113.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 186 51 247 0.25 0.79 0 0.03 281.33 0.92 0.58
Hex BA 33 F7 19 4F 0 3 119 5C 3A
Octal 272 63 367 31 117 0 3 431 134 72
Binary 10111010 110011 11110111 11001 1001111 0 11 100011001 1011100 111010

Color Harmonies of #BA33F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F7

Black with #BA33F7

Text Example


Text Example

White with #BA33F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F7; }

 p { color: rgb(186,51,247); }

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

background-color css

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

 a { background-color: rgb(186,51,247); }

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

border-color css

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

 span { border-color: rgb(186,51,247); }

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