Html Css Color HEX #BA35DB Medium Orchid

📋 copy color: '#BA35DB'

red 186 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #BA35DB

Tints of Medium Orchid #BA35DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 40.61%
G = 11.57%
B = 47.82%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA35DB (or 0xBA35DB) is known color: Medium Orchid. HEX triplet: BA, 35 and DB. RGB value is (186,53,219). Sum of RGB (Red+Green+Blue) = 186+53+219=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35DB is #45CA24. Grayscale: #6F6F6F. Windows color (decimal): -4573733 or 14366138. OLE color: 14366138.

HSL color Cylindrical-coordinate representation of color #BA35DB: hue angle of 288.07º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA35DB is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 53 219 -
CMYK 0.15 0.76 0 0.14
HSL 288.07º 0.7% 0.53% -
HSV(B) 288.07º 0.76% 0.86% -
XYZ 34.31 18.1 68.7 -
YUV 111.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 186 53 219 0.15 0.76 0 0.14 288.07 0.7 0.53
Hex BA 35 DB F 4C 0 E 120 46 35
Octal 272 65 333 17 114 0 16 440 106 65
Binary 10111010 110101 11011011 1111 1001100 0 1110 100100000 1000110 110101

Color Harmonies of #BA35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35DB

Black with #BA35DB

Text Example


Text Example

White with #BA35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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