Html Css Color HEX #BA3FCB Medium Orchid

📋 copy color: '#BA3FCB'

red 186 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #BA3FCB

Tints of Medium Orchid #BA3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.94%

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

R = 41.15%
G = 13.94%
B = 44.91%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3FCB (or 0xBA3FCB) is known color: Medium Orchid. HEX triplet: BA, 3F and CB. RGB value is (186,63,203). Sum of RGB (Red+Green+Blue) = 186+63+203=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3FCB is #45C034. Grayscale: #737373. Windows color (decimal): -4571189 or 13320122. OLE color: 13320122.

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

Color convert

RGB 186 63 203 -
CMYK 0.08 0.69 0 0.20
HSL 292.71º 0.57% 0.52% -
HSV(B) 292.71º 0.69% 0.8% -
XYZ 32.81 18.31 58.3 -
YUV 115.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 186 63 203 0.08 0.69 0 0.20 292.71 0.57 0.52
Hex BA 3F CB 8 45 0 14 125 39 34
Octal 272 77 313 10 105 0 24 445 71 64
Binary 10111010 111111 11001011 1000 1000101 0 10100 100100101 111001 110100

Color Harmonies of #BA3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FCB

Black with #BA3FCB

Text Example


Text Example

White with #BA3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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