Html Css Color HEX #BA62F3 Medium Orchid

📋 copy color: '#BA62F3'

red 186 ◦ green 98 ◦ blue 243

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

Shades of Medium Orchid #BA62F3

Tints of Medium Orchid #BA62F3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.6%

 BLUE value IS 243 (95.31% from 255) = 46.11%

R = 35.29%
G = 18.6%
B = 46.11%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA62F3 (or 0xBA62F3) is known color: Medium Orchid. HEX triplet: BA, 62 and F3. RGB value is (186,98,243). Sum of RGB (Red+Green+Blue) = 186+98+243=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 98 (38.67% from 255 or 18.60% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA62F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62F3 is #459D0C. Grayscale: #8C8C8C. Windows color (decimal): -4562189 or 15950522. OLE color: 15950522.

HSL color Cylindrical-coordinate representation of color #BA62F3: hue angle of 276.41º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA62F3 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 98 243 -
CMYK 0.23 0.60 0 0.05
HSL 276.41º 0.86% 0.67% -
HSV(B) 276.41º 0.6% 0.95% -
XYZ 40.8 25.65 87.59 -
YUV 140.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 186 98 243 0.23 0.60 0 0.05 276.41 0.86 0.67
Hex BA 62 F3 17 3C 0 5 114 56 43
Octal 272 142 363 27 74 0 5 424 126 103
Binary 10111010 1100010 11110011 10111 111100 0 101 100010100 1010110 1000011

Color Harmonies of #BA62F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA62F3

Black with #BA62F3

Text Example


Text Example

White with #BA62F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA62F3; }

 p { color: rgb(186,98,243); }

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

background-color css

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

 a { background-color: rgb(186,98,243); }

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

border-color css

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

 span { border-color: rgb(186,98,243); }

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