Html Css Color HEX #BA35CF Medium Orchid

📋 copy color: '#BA35CF'

red 186 ◦ green 53 ◦ blue 207

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

Shades of Medium Orchid #BA35CF

Tints of Medium Orchid #BA35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 41.7%
G = 11.88%
B = 46.41%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA35CF (or 0xBA35CF) is known color: Medium Orchid. HEX triplet: BA, 35 and CF. RGB value is (186,53,207). Sum of RGB (Red+Green+Blue) = 186+53+207=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA35CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35CF is #45CA30. Grayscale: #6D6D6D. Windows color (decimal): -4573745 or 13579706. OLE color: 13579706.

HSL color Cylindrical-coordinate representation of color #BA35CF: hue angle of 291.82º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35CF is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 53 207 -
CMYK 0.10 0.74 0 0.19
HSL 291.82º 0.62% 0.51% -
HSV(B) 291.82º 0.74% 0.81% -
XYZ 32.79 17.49 60.68 -
YUV 110.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 186 53 207 0.10 0.74 0 0.19 291.82 0.62 0.51
Hex BA 35 CF A 4A 0 13 124 3E 33
Octal 272 65 317 12 112 0 23 444 76 63
Binary 10111010 110101 11001111 1010 1001010 0 10011 100100100 111110 110011

Color Harmonies of #BA35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35CF

Black with #BA35CF

Text Example


Text Example

White with #BA35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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