Html Css Color HEX #BA3CCB Medium Orchid

📋 copy color: '#BA3CCB'

red 186 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #BA3CCB

Tints of Medium Orchid #BA3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 41.43%
G = 13.36%
B = 45.21%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3CCB (or 0xBA3CCB) is known color: Medium Orchid. HEX triplet: BA, 3C and CB. RGB value is (186,60,203). Sum of RGB (Red+Green+Blue) = 186+60+203=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CCB is #45C334. Grayscale: #717171. Windows color (decimal): -4571957 or 13319354. OLE color: 13319354.

HSL color Cylindrical-coordinate representation of color #BA3CCB: hue angle of 292.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3CCB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 60 203 -
CMYK 0.08 0.70 0 0.20
HSL 292.87º 0.58% 0.52% -
HSV(B) 292.87º 0.7% 0.8% -
XYZ 32.65 17.98 58.25 -
YUV 113.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 186 60 203 0.08 0.70 0 0.20 292.87 0.58 0.52
Hex BA 3C CB 8 46 0 14 125 3A 34
Octal 272 74 313 10 106 0 24 445 72 64
Binary 10111010 111100 11001011 1000 1000110 0 10100 100100101 111010 110100

Color Harmonies of #BA3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CCB

Black with #BA3CCB

Text Example


Text Example

White with #BA3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CCB; }

 p { color: rgb(186,60,203); }

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

background-color css

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

 a { background-color: rgb(186,60,203); }

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

border-color css

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

 span { border-color: rgb(186,60,203); }

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