Html Css Color HEX #BA2FEA Medium Orchid

📋 copy color: '#BA2FEA'

red 186 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #BA2FEA

Tints of Medium Orchid #BA2FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.06%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 39.83%
G = 10.06%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA2FEA (or 0xBA2FEA) is known color: Medium Orchid. HEX triplet: BA, 2F and EA. RGB value is (186,47,234). Sum of RGB (Red+Green+Blue) = 186+47+234=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FEA is #45D015. Grayscale: #6D6D6D. Windows color (decimal): -4575254 or 15347642. OLE color: 15347642.

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

Color convert

RGB 186 47 234 -
CMYK 0.21 0.80 0 0.08
HSL 284.6º 0.82% 0.55% -
HSV(B) 284.6º 0.8% 0.92% -
XYZ 36.12 18.41 79.49 -
YUV 109.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 186 47 234 0.21 0.80 0 0.08 284.6 0.82 0.55
Hex BA 2F EA 15 50 0 8 11D 52 37
Octal 272 57 352 25 120 0 10 435 122 67
Binary 10111010 101111 11101010 10101 1010000 0 1000 100011101 1010010 110111

Color Harmonies of #BA2FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FEA

Black with #BA2FEA

Text Example


Text Example

White with #BA2FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FEA; }

 p { color: rgb(186,47,234); }

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

background-color css

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

 a { background-color: rgb(186,47,234); }

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

border-color css

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

 span { border-color: rgb(186,47,234); }

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