Html Css Color HEX #BA3DCB Medium Orchid

📋 copy color: '#BA3DCB'

red 186 ◦ green 61 ◦ blue 203

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

Shades of Medium Orchid #BA3DCB

Tints of Medium Orchid #BA3DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.56%

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

R = 41.33%
G = 13.56%
B = 45.11%

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

#BA3DCB (or 0xBA3DCB) is known color: Medium Orchid. HEX triplet: BA, 3D and CB. RGB value is (186,61,203). Sum of RGB (Red+Green+Blue) = 186+61+203=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DCB is #45C234. Grayscale: #727272. Windows color (decimal): -4571701 or 13319610. OLE color: 13319610.

HSL color Cylindrical-coordinate representation of color #BA3DCB: hue angle of 292.82º 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 #BA3DCB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 61 203 -
CMYK 0.08 0.70 0 0.20
HSL 292.82º 0.58% 0.52% -
HSV(B) 292.82º 0.7% 0.8% -
XYZ 32.7 18.09 58.27 -
YUV 114.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 186 61 203 0.08 0.70 0 0.20 292.82 0.58 0.52
Hex BA 3D CB 8 46 0 14 125 3A 34
Octal 272 75 313 10 106 0 24 445 72 64
Binary 10111010 111101 11001011 1000 1000110 0 10100 100100101 111010 110100

Color Harmonies of #BA3DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DCB

Black with #BA3DCB

Text Example


Text Example

White with #BA3DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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