Html Css Color HEX #BA33F8 Medium Orchid

📋 copy color: '#BA33F8'

red 186 ◦ green 51 ◦ blue 248

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

Shades of Medium Orchid #BA33F8

Tints of Medium Orchid #BA33F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 38.35%
G = 10.52%
B = 51.13%

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

#BA33F8 (or 0xBA33F8) is known color: Medium Orchid. HEX triplet: BA, 33 and F8. RGB value is (186,51,248). Sum of RGB (Red+Green+Blue) = 186+51+248=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 51 (20.31% from 255 or 10.52% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA33F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F8 is #45CC07. Grayscale: #717171. Windows color (decimal): -4574216 or 16266170. OLE color: 16266170.

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

Color convert

RGB 186 51 248 -
CMYK 0.25 0.79 0 0.03
HSL 281.12º 0.93% 0.59% -
HSV(B) 281.12º 0.79% 0.97% -
XYZ 38.38 19.58 90.56 -
YUV 113.82 203.73 179.48 -
System Red Green Blue C M Y K H S L
Decimal 186 51 248 0.25 0.79 0 0.03 281.12 0.93 0.59
Hex BA 33 F8 19 4F 0 3 119 5D 3B
Octal 272 63 370 31 117 0 3 431 135 73
Binary 10111010 110011 11111000 11001 1001111 0 11 100011001 1011101 111011

Color Harmonies of #BA33F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F8

Black with #BA33F8

Text Example


Text Example

White with #BA33F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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