Html Css Color HEX #BA34CC Medium Orchid

📋 copy color: '#BA34CC'

red 186 ◦ green 52 ◦ blue 204

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

Shades of Medium Orchid #BA34CC

Tints of Medium Orchid #BA34CC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.76%

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

R = 42.08%
G = 11.76%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA34CC (or 0xBA34CC) is known color: Medium Orchid. HEX triplet: BA, 34 and CC. RGB value is (186,52,204). Sum of RGB (Red+Green+Blue) = 186+52+204=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34CC is #45CB33. Grayscale: #6C6C6C. Windows color (decimal): -4574004 or 13382842. OLE color: 13382842.

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

Color convert

RGB 186 52 204 -
CMYK 0.09 0.75 0 0.2
HSL 292.89º 0.6% 0.5% -
HSV(B) 292.89º 0.75% 0.8% -
XYZ 32.38 17.25 58.75 -
YUV 109.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 186 52 204 0.09 0.75 0 0.2 292.89 0.6 0.5
Hex BA 34 CC 9 4B 0 14 125 3C 32
Octal 272 64 314 11 113 0 24 445 74 62
Binary 10111010 110100 11001100 1001 1001011 0 10100 100100101 111100 110010

Color Harmonies of #BA34CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34CC

Black with #BA34CC

Text Example


Text Example

White with #BA34CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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