Html Css Color HEX #BA33F6 Medium Orchid

📋 copy color: '#BA33F6'

red 186 ◦ green 51 ◦ blue 246

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

Shades of Medium Orchid #BA33F6

Tints of Medium Orchid #BA33F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 38.51%
G = 10.56%
B = 50.93%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA33F6 (or 0xBA33F6) is known color: Medium Orchid. HEX triplet: BA, 33 and F6. RGB value is (186,51,246). Sum of RGB (Red+Green+Blue) = 186+51+246=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA33F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F6 is #45CC09. Grayscale: #707070. Windows color (decimal): -4574218 or 16135098. OLE color: 16135098.

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

Color convert

RGB 186 51 246 -
CMYK 0.24 0.79 0 0.04
HSL 281.54º 0.92% 0.58% -
HSV(B) 281.54º 0.79% 0.96% -
XYZ 38.07 19.46 88.94 -
YUV 113.6 202.73 179.64 -
System Red Green Blue C M Y K H S L
Decimal 186 51 246 0.24 0.79 0 0.04 281.54 0.92 0.58
Hex BA 33 F6 18 4F 0 4 11A 5C 3A
Octal 272 63 366 30 117 0 4 432 134 72
Binary 10111010 110011 11110110 11000 1001111 0 100 100011010 1011100 111010

Color Harmonies of #BA33F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F6

Black with #BA33F6

Text Example


Text Example

White with #BA33F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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