Html Css Color HEX #BA33F1 Medium Orchid

📋 copy color: '#BA33F1'

red 186 ◦ green 51 ◦ blue 241

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

Shades of Medium Orchid #BA33F1

Tints of Medium Orchid #BA33F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 38.91%
G = 10.67%
B = 50.42%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA33F1 (or 0xBA33F1) is known color: Medium Orchid. HEX triplet: BA, 33 and F1. RGB value is (186,51,241). Sum of RGB (Red+Green+Blue) = 186+51+241=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA33F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F1 is #45CC0E. Grayscale: #707070. Windows color (decimal): -4574223 or 15807418. OLE color: 15807418.

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

Color convert

RGB 186 51 241 -
CMYK 0.23 0.79 0 0.05
HSL 282.63º 0.87% 0.57% -
HSV(B) 282.63º 0.79% 0.95% -
XYZ 37.31 19.16 84.95 -
YUV 113.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 186 51 241 0.23 0.79 0 0.05 282.63 0.87 0.57
Hex BA 33 F1 17 4F 0 5 11B 57 39
Octal 272 63 361 27 117 0 5 433 127 71
Binary 10111010 110011 11110001 10111 1001111 0 101 100011011 1010111 111001

Color Harmonies of #BA33F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F1

Black with #BA33F1

Text Example


Text Example

White with #BA33F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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