Html Css Color HEX #BA35FB Medium Orchid

📋 copy color: '#BA35FB'

red 186 ◦ green 53 ◦ blue 251

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

Shades of Medium Orchid #BA35FB

Tints of Medium Orchid #BA35FB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.82%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 37.96%
G = 10.82%
B = 51.22%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA35FB (or 0xBA35FB) is known color: Medium Orchid. HEX triplet: BA, 35 and FB. RGB value is (186,53,251). Sum of RGB (Red+Green+Blue) = 186+53+251=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA35FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35FB is #45CA04. Grayscale: #727272. Windows color (decimal): -4573701 or 16463290. OLE color: 16463290.

HSL color Cylindrical-coordinate representation of color #BA35FB: hue angle of 280.3º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35FB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 53 251 -
CMYK 0.26 0.79 0 0.02
HSL 280.3º 0.96% 0.6% -
HSV(B) 280.3º 0.79% 0.98% -
XYZ 38.94 19.95 93.07 -
YUV 115.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 186 53 251 0.26 0.79 0 0.02 280.3 0.96 0.6
Hex BA 35 FB 1A 4F 0 2 118 60 3C
Octal 272 65 373 32 117 0 2 430 140 74
Binary 10111010 110101 11111011 11010 1001111 0 10 100011000 1100000 111100

Color Harmonies of #BA35FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35FB

Black with #BA35FB

Text Example


Text Example

White with #BA35FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35FB; }

 p { color: rgb(186,53,251); }

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

background-color css

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

 a { background-color: rgb(186,53,251); }

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

border-color css

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

 span { border-color: rgb(186,53,251); }

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