Html Css Color HEX #BA72CF Medium Orchid

📋 copy color: '#BA72CF'

red 186 ◦ green 114 ◦ blue 207

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

Shades of Medium Orchid #BA72CF

Tints of Medium Orchid #BA72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.49%

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

R = 36.69%
G = 22.49%
B = 40.83%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA72CF (or 0xBA72CF) is known color: Medium Orchid. HEX triplet: BA, 72 and CF. RGB value is (186,114,207). Sum of RGB (Red+Green+Blue) = 186+114+207=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72CF is #458D30. Grayscale: #919191. Windows color (decimal): -4558129 or 13595322. OLE color: 13595322.

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

Color convert

RGB 186 114 207 -
CMYK 0.10 0.45 0 0.19
HSL 286.45º 0.49% 0.63% -
HSV(B) 286.45º 0.45% 0.81% -
XYZ 37.53 26.98 62.26 -
YUV 146.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 186 114 207 0.10 0.45 0 0.19 286.45 0.49 0.63
Hex BA 72 CF A 2D 0 13 11E 31 3F
Octal 272 162 317 12 55 0 23 436 61 77
Binary 10111010 1110010 11001111 1010 101101 0 10011 100011110 110001 111111

Color Harmonies of #BA72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72CF

Black with #BA72CF

Text Example


Text Example

White with #BA72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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