Html Css Color HEX #BA33F0 Medium Orchid

📋 copy color: '#BA33F0'

red 186 ◦ green 51 ◦ blue 240

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

Shades of Medium Orchid #BA33F0

Tints of Medium Orchid #BA33F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 38.99%
G = 10.69%
B = 50.31%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA33F0 (or 0xBA33F0) is known color: Medium Orchid. HEX triplet: BA, 33 and F0. RGB value is (186,51,240). Sum of RGB (Red+Green+Blue) = 186+51+240=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA33F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F0 is #45CC0F. Grayscale: #707070. Windows color (decimal): -4574224 or 15741882. OLE color: 15741882.

HSL color Cylindrical-coordinate representation of color #BA33F0: hue angle of 282.86º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA33F0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 51 240 -
CMYK 0.22 0.79 0 0.06
HSL 282.86º 0.86% 0.57% -
HSV(B) 282.86º 0.79% 0.94% -
XYZ 37.16 19.1 84.17 -
YUV 112.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 186 51 240 0.22 0.79 0 0.06 282.86 0.86 0.57
Hex BA 33 F0 16 4F 0 6 11B 56 39
Octal 272 63 360 26 117 0 6 433 126 71
Binary 10111010 110011 11110000 10110 1001111 0 110 100011011 1010110 111001

Color Harmonies of #BA33F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F0

Black with #BA33F0

Text Example


Text Example

White with #BA33F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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