Html Css Color HEX #BA74CC Medium Orchid

📋 copy color: '#BA74CC'

red 186 ◦ green 116 ◦ blue 204

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

Shades of Medium Orchid #BA74CC

Tints of Medium Orchid #BA74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.92%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 36.76%
G = 22.92%
B = 40.32%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA74CC (or 0xBA74CC) is known color: Medium Orchid. HEX triplet: BA, 74 and CC. RGB value is (186,116,204). Sum of RGB (Red+Green+Blue) = 186+116+204=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74CC is #458B33. Grayscale: #929292. Windows color (decimal): -4557620 or 13399226. OLE color: 13399226.

HSL color Cylindrical-coordinate representation of color #BA74CC: hue angle of 287.73º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA74CC is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 116 204 -
CMYK 0.09 0.43 0 0.2
HSL 287.73º 0.46% 0.63% -
HSV(B) 287.73º 0.43% 0.8% -
XYZ 37.39 27.29 60.42 -
YUV 146.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 186 116 204 0.09 0.43 0 0.2 287.73 0.46 0.63
Hex BA 74 CC 9 2B 0 14 120 2E 3F
Octal 272 164 314 11 53 0 24 440 56 77
Binary 10111010 1110100 11001100 1001 101011 0 10100 100100000 101110 111111

Color Harmonies of #BA74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA74CC

Black with #BA74CC

Text Example


Text Example

White with #BA74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA74CC; }

 p { color: rgb(186,116,204); }

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

background-color css

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

 a { background-color: rgb(186,116,204); }

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

border-color css

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

 span { border-color: rgb(186,116,204); }

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