Html Css Color HEX #BA32EB Medium Orchid

📋 copy color: '#BA32EB'

red 186 ◦ green 50 ◦ blue 235

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

Shades of Medium Orchid #BA32EB

Tints of Medium Orchid #BA32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.62%

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 39.49%
G = 10.62%
B = 49.89%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA32EB (or 0xBA32EB) is known color: Medium Orchid. HEX triplet: BA, 32 and EB. RGB value is (186,50,235). Sum of RGB (Red+Green+Blue) = 186+50+235=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA32EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32EB is #45CD14. Grayscale: #6F6F6F. Windows color (decimal): -4574485 or 15413946. OLE color: 15413946.

HSL color Cylindrical-coordinate representation of color #BA32EB: hue angle of 284.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA32EB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 50 235 -
CMYK 0.21 0.79 0 0.08
HSL 284.11º 0.82% 0.56% -
HSV(B) 284.11º 0.79% 0.92% -
XYZ 36.39 18.72 80.29 -
YUV 111.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 186 50 235 0.21 0.79 0 0.08 284.11 0.82 0.56
Hex BA 32 EB 15 4F 0 8 11C 52 38
Octal 272 62 353 25 117 0 10 434 122 70
Binary 10111010 110010 11101011 10101 1001111 0 1000 100011100 1010010 111000

Color Harmonies of #BA32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32EB

Black with #BA32EB

Text Example


Text Example

White with #BA32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32EB; }

 p { color: rgb(186,50,235); }

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

background-color css

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

 a { background-color: rgb(186,50,235); }

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

border-color css

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

 span { border-color: rgb(186,50,235); }

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