Html Css Color HEX #BA33F2 Medium Orchid

📋 copy color: '#BA33F2'

red 186 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #BA33F2

Tints of Medium Orchid #BA33F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 38.83%
G = 10.65%
B = 50.52%

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

#BA33F2 (or 0xBA33F2) is known color: Medium Orchid. HEX triplet: BA, 33 and F2. RGB value is (186,51,242). Sum of RGB (Red+Green+Blue) = 186+51+242=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA33F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA33F2 is #45CC0D. Grayscale: #707070. Windows color (decimal): -4574222 or 15872954. OLE color: 15872954.

HSL color Cylindrical-coordinate representation of color #BA33F2: hue angle of 282.41º degrees, saturation: 0.88, 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 #BA33F2 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 51 242 -
CMYK 0.23 0.79 0 0.05
HSL 282.41º 0.88% 0.57% -
HSV(B) 282.41º 0.79% 0.95% -
XYZ 37.46 19.22 85.74 -
YUV 113.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 186 51 242 0.23 0.79 0 0.05 282.41 0.88 0.57
Hex BA 33 F2 17 4F 0 5 11A 58 39
Octal 272 63 362 27 117 0 5 432 130 71
Binary 10111010 110011 11110010 10111 1001111 0 101 100011010 1011000 111001

Color Harmonies of #BA33F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33F2

Black with #BA33F2

Text Example


Text Example

White with #BA33F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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